@@ -50,21 +50,21 @@ public class ModificationResult {
50
50
* Indicates if the modification request has been received for processing.
51
51
*/
52
52
public enum ResponseEnum {
53
- _CAPTURE_RECEIVED_ ("[capture-received]" ),
53
+ CAPTURE_RECEIVED_ ("[capture-received]" ),
54
54
55
- _CANCEL_RECEIVED_ ("[cancel-received]" ),
55
+ CANCEL_RECEIVED_ ("[cancel-received]" ),
56
56
57
- _REFUND_RECEIVED_ ("[refund-received]" ),
57
+ REFUND_RECEIVED_ ("[refund-received]" ),
58
58
59
- _CANCELORREFUND_RECEIVED_ ("[cancelOrRefund-received]" ),
59
+ CANCELORREFUND_RECEIVED_ ("[cancelOrRefund-received]" ),
60
60
61
- _ADJUSTAUTHORISATION_RECEIVED_ ("[adjustAuthorisation-received]" ),
61
+ ADJUSTAUTHORISATION_RECEIVED_ ("[adjustAuthorisation-received]" ),
62
62
63
- _DONATION_RECEIVED_ ("[donation-received]" ),
63
+ DONATION_RECEIVED_ ("[donation-received]" ),
64
64
65
- _TECHNICAL_CANCEL_RECEIVED_ ("[technical-cancel-received]" ),
65
+ TECHNICAL_CANCEL_RECEIVED_ ("[technical-cancel-received]" ),
66
66
67
- _VOIDPENDINGREFUND_RECEIVED_ ("[voidPendingRefund-received]" ),
67
+ VOIDPENDINGREFUND_RECEIVED_ ("[voidPendingRefund-received]" ),
68
68
69
69
AUTHORISED ("Authorised" );
70
70
0 commit comments