Skip to content

Commit 2a0bb7e

Browse files
Update all services (#1379)
* false[adyen-sdk-automation] automated change * Remove leading underscore --------- Co-authored-by: Beppe Catanese <[email protected]>
1 parent 63c7c0a commit 2a0bb7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/adyen/model/payment/ModificationResult.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ public enum ResponseEnum {
6464

6565
TECHNICAL_CANCEL_RECEIVED_("[technical-cancel-received]"),
6666

67-
VOIDPENDINGREFUND_RECEIVED_("[voidPendingRefund-received]");
67+
VOIDPENDINGREFUND_RECEIVED_("[voidPendingRefund-received]"),
68+
69+
AUTHORISED("Authorised");
6870

6971
private String value;
7072

0 commit comments

Comments
 (0)