From 2a0bb7e1d08be2fa59632a59dc4f7c4a52060b5b Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot <38424300+AdyenAutomationBot@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:02:34 +0200 Subject: [PATCH] Update all services (#1379) * false[adyen-sdk-automation] automated change * Remove leading underscore --------- Co-authored-by: Beppe Catanese <1771700+gcatanese@users.noreply.github.com> --- src/main/java/com/adyen/model/payment/ModificationResult.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/adyen/model/payment/ModificationResult.java b/src/main/java/com/adyen/model/payment/ModificationResult.java index 95c91a010..aa4401f90 100644 --- a/src/main/java/com/adyen/model/payment/ModificationResult.java +++ b/src/main/java/com/adyen/model/payment/ModificationResult.java @@ -64,7 +64,9 @@ public enum ResponseEnum { TECHNICAL_CANCEL_RECEIVED_("[technical-cancel-received]"), - VOIDPENDINGREFUND_RECEIVED_("[voidPendingRefund-received]"); + VOIDPENDINGREFUND_RECEIVED_("[voidPendingRefund-received]"), + + AUTHORISED("Authorised"); private String value;