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 a4e7fff commit ba756bdCopy full SHA for ba756bd
src/Adyen/Model/Payments/ModificationResult.php
@@ -235,6 +235,7 @@ public function getModelName()
235
public const RESPONSE_DONATION_RECEIVED = '[donation-received]';
236
public const RESPONSE_TECHNICAL_CANCEL_RECEIVED = '[technical-cancel-received]';
237
public const RESPONSE_VOID_PENDING_REFUND_RECEIVED = '[voidPendingRefund-received]';
238
+ public const RESPONSE_AUTHORISED = 'Authorised';
239
240
/**
241
* Gets allowable values of the enum
@@ -252,6 +253,7 @@ public function getResponseAllowableValues()
252
253
self::RESPONSE_DONATION_RECEIVED,
254
self::RESPONSE_TECHNICAL_CANCEL_RECEIVED,
255
self::RESPONSE_VOID_PENDING_REFUND_RECEIVED,
256
+ self::RESPONSE_AUTHORISED,
257
];
258
}
259
0 commit comments