Skip to content

Commit

Permalink
Update transaction types
Browse files Browse the repository at this point in the history
  • Loading branch information
Sébastien Nikolaou committed Feb 6, 2025
1 parent 76133ff commit 8e4bc7c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/Enums/TransactionType.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ enum TransactionType: int
case PayUCharge = 29;
case PayURefund = 30;
case CardWithdrawal = 31;
case MultibancoCharge = 32;
case GiropayCharge = 34;
case GiropayRefund = 35;
case SofortCharge = 36;
Expand All @@ -49,12 +48,28 @@ enum TransactionType: int
case TrustlyRefund = 51;
case KlarnaCharge = 52;
case KlarnaRefund = 53;
case MbWayCharge = 54;
case MbWayRefund = 55;
case MultibancoCharge = 56;
case MultibancoRefund = 57;
case PayconiqCharge = 58;
case PayconiqRefund = 59;
case IrisCharge = 60;
case IrisRefund = 61;
case OnlineBankingCharge = 62;
case OnlineBankingRefund = 63;
case BancomatPayCharge = 64;
case BancomatPayRefund = 65;
case TbiBankCharge = 66;
case TbiBankRefund = 67;
case PayOnDeliveryCharge = 68;
case CardVerification = 69;
case SwishCharge = 70;
case SwishRefund = 71;
case BluecodeCharge = 74;
case BluecodeRefund = 75;
case SatispayCharge = 78;
case SatispayRefund = 79;
case KlarnaPreAuth = 80;
case KlarnaCapture = 81;
}

0 comments on commit 8e4bc7c

Please sign in to comment.