Skip to content

Commit

Permalink
Add offramp order wallet send event
Browse files Browse the repository at this point in the history
  • Loading branch information
andregoncalvesdev authored and andre-geraldes committed Oct 8, 2024
1 parent 668fb5c commit 4ac06e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/enums/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export enum Events {
ALL = '*',
ORDER_CONTINUE_BUTTON_CLICKED = 'orderContinueButtonClicked',
ORDER_PLACED = 'orderPlaced',
ORDER_WALLET_SEND_BUTTON_CLICKED = 'orderWalletSendButtonClicked',
WIDGET_CONTINUE_BUTTON_CLICKED = 'widgetContinueButtonClicked'
}

0 comments on commit 4ac06e5

Please sign in to comment.