Skip to content

Commit ba756bd

Browse files
AdyenAutomationBotAdyenAutomationBot
andauthored
Update all services (#703)
* [reformat][adyen-sdk-automation] automated change * style(fmt): code formatted --------- Co-authored-by: AdyenAutomationBot <Adyen Automation plugins_dev@adyen.com>
1 parent a4e7fff commit ba756bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Adyen/Model/Payments/ModificationResult.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ public function getModelName()
235235
public const RESPONSE_DONATION_RECEIVED = '[donation-received]';
236236
public const RESPONSE_TECHNICAL_CANCEL_RECEIVED = '[technical-cancel-received]';
237237
public const RESPONSE_VOID_PENDING_REFUND_RECEIVED = '[voidPendingRefund-received]';
238+
public const RESPONSE_AUTHORISED = 'Authorised';
238239

239240
/**
240241
* Gets allowable values of the enum
@@ -252,6 +253,7 @@ public function getResponseAllowableValues()
252253
self::RESPONSE_DONATION_RECEIVED,
253254
self::RESPONSE_TECHNICAL_CANCEL_RECEIVED,
254255
self::RESPONSE_VOID_PENDING_REFUND_RECEIVED,
256+
self::RESPONSE_AUTHORISED,
255257
];
256258
}
257259
/**

0 commit comments

Comments
 (0)