Skip to content

Commit 2fa4d62

Browse files
committed
GPOMA-1852: New bank swift PTBNCZPP
1 parent c55955e commit 2fa4d62

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/Definition/Payment/BankSwiftCode.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ class BankSwiftCode
2121
const CREDITAS = 'CTASCZ22';
2222
const MAX_BANKA = 'EXPNCZPP';
2323
const JT_BANKA = 'JTBPCZPP';
24+
const PARTNERS_BANK = 'PTBNCZPP';
25+
2426
//SK
2527
const TATRA_BANKA = 'TATRSKBX';
2628
const VSEOBECNA_UVEROVA_BANKA = 'SUBASKBX';

src/GoPay.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class GoPay
1414
const LOCALE_CZECH = 'cs-CZ';
1515
const LOCALE_ENGLISH = 'en-US';
1616

17-
const VERSION = '1.10.2';
17+
const VERSION = '1.10.3';
1818
const DEFAULT_USER_AGENT = 'GoPay PHP ' . self::VERSION;
1919

2020
private $config;

0 commit comments

Comments
 (0)