From 8a7aa9711757ed7077554727a27f503691675594 Mon Sep 17 00:00:00 2001 From: Beppe Catanese Date: Thu, 28 Nov 2024 13:55:18 +0100 Subject: [PATCH] Add BalancePlatformDisputeNotification to the list of webhooks --- .../src/main/groovy/adyen.sdk-automation-conventions.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/adyen.sdk-automation-conventions.gradle b/buildSrc/src/main/groovy/adyen.sdk-automation-conventions.gradle index 7d83eff..83a2877 100644 --- a/buildSrc/src/main/groovy/adyen.sdk-automation-conventions.gradle +++ b/buildSrc/src/main/groovy/adyen.sdk-automation-conventions.gradle @@ -41,7 +41,9 @@ List 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 {