Skip to content

Commit

Permalink
Akbank and Tap Integration (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
deryacakmak authored and lemiorhan committed Feb 19, 2024
1 parent da9458c commit 4970e5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Model/Currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@ class Currency
const IQD = 'IQD';
const AZN = 'AZN';
const KZT = 'KZT';
const KWD = 'KWD';
const SAR = 'SAR';
const BHD = 'BHD';
const RUB = 'RUB';
const JPY = 'JPY';
}
2 changes: 2 additions & 0 deletions src/Model/PosIntegrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ class PosIntegrator
const PAYCELL = 'PAYCELL';
const TAMI = 'TAMI';
const QNB_PAY = 'QNB_PAY';
const AKBANK_VPOS = 'AKBANK_VPOS';
const TAP = 'TAP';
}

0 comments on commit 4970e5d

Please sign in to comment.