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 committed Oct 7, 2024
1 parent 713e334 commit e27f9df
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 e27f9df

Please sign in to comment.