Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
deryacakmak committed Oct 15, 2024
1 parent 3cc4673 commit 6e4983f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/WebhookEventType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ enum WebhookEventType {
WalletCreated = 'WALLET_CREATED',
WalletTxCreated = 'WALLET_TX_CREATED',
BnplNotification = 'BNPL_NOTIFICATION',
MULTI_PAYMENT_COMPLETED = 'MULTI_PAYMENT_COMPLETED',
BKM_EXPRESS_PAYMENT_NOTIFICATION = 'BKM_EXPRESS_PAYMENT_NOTIFICATION'
MultiPaymentCompleted = 'MULTI_PAYMENT_COMPLETED',
BkmExpressPaymentNotification = 'BKM_EXPRESS_PAYMENT_NOTIFICATION'
}

export default WebhookEventType;

0 comments on commit 6e4983f

Please sign in to comment.