Skip to content

Commit

Permalink
using withdrawal
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Jan 12, 2024
1 parent 4f34f56 commit 397d39e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cuenca_validations/types/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ class WebhookEvent(str, Enum):
transaction_update = 'transaction.update'
deposit_create = 'deposit.create'
deposit_update = 'deposit.update'
transfer_create = 'transfer.create'
transfer_update = 'transfer.update'
withdrawal_create = 'withdrawal.create'
withdrawal_update = 'withdrawal.update'
cash_deposit_create = 'cash_deposit.create'
cash_deposit_update = 'cash_deposit.update'
bank_account_create = 'bank_account.create'
Expand Down

0 comments on commit 397d39e

Please sign in to comment.