Skip to content

Commit

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

* style(fmt): code formatted

---------

Co-authored-by: AdyenAutomationBot <Adyen Automation [email protected]>
  • Loading branch information
AdyenAutomationBot and AdyenAutomationBot authored Oct 28, 2024
1 parent a4e7fff commit ba756bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Adyen/Model/Payments/ModificationResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ public function getModelName()
public const RESPONSE_DONATION_RECEIVED = '[donation-received]';
public const RESPONSE_TECHNICAL_CANCEL_RECEIVED = '[technical-cancel-received]';
public const RESPONSE_VOID_PENDING_REFUND_RECEIVED = '[voidPendingRefund-received]';
public const RESPONSE_AUTHORISED = 'Authorised';

/**
* Gets allowable values of the enum
Expand All @@ -252,6 +253,7 @@ public function getResponseAllowableValues()
self::RESPONSE_DONATION_RECEIVED,
self::RESPONSE_TECHNICAL_CANCEL_RECEIVED,
self::RESPONSE_VOID_PENDING_REFUND_RECEIVED,
self::RESPONSE_AUTHORISED,
];
}
/**
Expand Down

0 comments on commit ba756bd

Please sign in to comment.