We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55955e commit 2fa4d62Copy full SHA for 2fa4d62
src/Definition/Payment/BankSwiftCode.php
@@ -21,6 +21,8 @@ class BankSwiftCode
21
const CREDITAS = 'CTASCZ22';
22
const MAX_BANKA = 'EXPNCZPP';
23
const JT_BANKA = 'JTBPCZPP';
24
+ const PARTNERS_BANK = 'PTBNCZPP';
25
+
26
//SK
27
const TATRA_BANKA = 'TATRSKBX';
28
const VSEOBECNA_UVEROVA_BANKA = 'SUBASKBX';
src/GoPay.php
@@ -14,7 +14,7 @@ class GoPay
14
const LOCALE_CZECH = 'cs-CZ';
15
const LOCALE_ENGLISH = 'en-US';
16
17
- const VERSION = '1.10.2';
+ const VERSION = '1.10.3';
18
const DEFAULT_USER_AGENT = 'GoPay PHP ' . self::VERSION;
19
20
private $config;
0 commit comments