Skip to content

Commit

Permalink
Update all services (#1379)
Browse files Browse the repository at this point in the history
* false[adyen-sdk-automation] automated change

* Remove leading underscore

---------

Co-authored-by: Beppe Catanese <[email protected]>
  • Loading branch information
AdyenAutomationBot and gcatanese authored Oct 22, 2024
1 parent 63c7c0a commit 2a0bb7e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2a0bb7e

Please sign in to comment.