Skip to content

Commit

Permalink
Add BalancePlatformDisputeNotification to the list of webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Beppe Catanese committed Nov 28, 2024
1 parent ce64250 commit 8a7aa97
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 8a7aa97

Please sign in to comment.