Skip to content

Commit

Permalink
fixup! external payment statuses from Convertim are now included in i…
Browse files Browse the repository at this point in the history
…sPaid and hasPaymentInProcess methods
  • Loading branch information
TomasLudvik committed Jan 13, 2025
1 parent 11bf556 commit b68f249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Payment/PaymentStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit b68f249

Please sign in to comment.