We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c7c0a commit 2a0bb7eCopy full SHA for 2a0bb7e
src/main/java/com/adyen/model/payment/ModificationResult.java
@@ -64,7 +64,9 @@ public enum ResponseEnum {
64
65
TECHNICAL_CANCEL_RECEIVED_("[technical-cancel-received]"),
66
67
- VOIDPENDINGREFUND_RECEIVED_("[voidPendingRefund-received]");
+ VOIDPENDINGREFUND_RECEIVED_("[voidPendingRefund-received]"),
68
+
69
+ AUTHORISED("Authorised");
70
71
private String value;
72
0 commit comments