diff --git a/src/Model/Payment/PaymentStatus.php b/src/Model/Payment/PaymentStatus.php index 7d6325c..a663569 100644 --- a/src/Model/Payment/PaymentStatus.php +++ b/src/Model/Payment/PaymentStatus.php @@ -6,7 +6,7 @@ class PaymentStatus { - public const string ADYEN_STATUS_AUTHORIZED = 'Authorized'; + public const string ADYEN_STATUS_AUTHORIZED = 'Authorised'; public const string ADYEN_STATUS_RECEIVED = 'Received'; public const string ADYEN_STATUS_SENT_FOR_SETTLE = 'SentForSettle'; public const string ADYEN_STATUS_SETTLE_SCHEDULED = 'SettleScheduled';