Skip to content

Commit

Permalink
Merge pull request #37 from Adyen/add-disputewebhooks
Browse files Browse the repository at this point in the history
BalancePlatformDisputeNotification webhooks
  • Loading branch information
gcatanese authored Nov 29, 2024
2 parents ce64250 + 8a7aa97 commit ada3408
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ List<Service> services = [
new Service(name: 'ReportWebhooks', spec: 'BalancePlatformReportNotification', version: 1),
new Service(name: 'TransferWebhooks', spec: 'BalancePlatformTransferNotification', version: 4),
new Service(name: 'TransactionWebhooks', spec: 'BalancePlatformTransactionNotification', version: 4),
new Service(name: 'ManagementWebhooks', spec: 'ManagementNotificationService', version: 3)
new Service(name: 'ManagementWebhooks', spec: 'ManagementNotificationService', version: 3),
new Service(name: 'DisputeWebhooks', spec: 'BalancePlatformDisputeNotification', version: 1)

]

ext {
Expand Down

0 comments on commit ada3408

Please sign in to comment.