Skip to content

Commit

Permalink
adds new event types
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterSlave committed Nov 21, 2023
1 parent 69dda3f commit 48d3717
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,13 @@ const (
WebhookEventType_API_VERIFY_AND_AUTH WebhookEventType = "API_VERIFY_AND_AUTH"
WebhookEventType_CHECKOUTFORM_AUTH WebhookEventType = "CHECKOUTFORM_AUTH"
WebhookEventType_THREEDS_VERIFY WebhookEventType = "THREEDS_VERIFY"
WebhookEventType_REFUND WebhookEventType = "REFUND"
WebhookEventType_REFUND_TX WebhookEventType = "REFUND_TX"
WebhookEventType_PAYOUT_COMPLETED WebhookEventType = "PAYOUT_COMPLETED"
WebhookEventType_AUTOPILOT WebhookEventType = "AUTOPILOT"
WebhookEventType_WALLET_CREATED WebhookEventType = "WALLET_CREATED"
WebhookEventType_WALLET_TX_CREATED WebhookEventType = "WALLET_TX_CREATED"
WebhookEventType_BNPL_NOTIFICATION WebhookEventType = "BNPL_NOTIFICATION"
)

const (
Expand Down

0 comments on commit 48d3717

Please sign in to comment.