Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Definition/Payment/BankSwiftCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class BankSwiftCode
const MAX_BANKA = 'EXPNCZPP';
const JT_BANKA = 'JTBPCZPP';
const PARTNERS_BANK = 'PTBNCZPP';
const REVOLUT_LT = 'RVUALT2VXXX';

//SK
const TATRA_BANKA = 'TATRSKBX';
Expand All @@ -42,6 +43,7 @@ class BankSwiftCode
const BKS_BANK = 'BFKKSKBB';
const RAIFFEISENBANK_SK = 'TATRSKBXXXX';
const KOMERCNI_BANKA_SK = 'KOMBSKBA';
const BANK365_SK = 'POBNSKBAXXX';
// PL
const MBANK1 = 'BREXPLPW';
const CITI_HANDLOWY = 'CITIPLPX';
Expand Down
2 changes: 1 addition & 1 deletion src/GoPay.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class GoPay
const LOCALE_CZECH = 'cs-CZ';
const LOCALE_ENGLISH = 'en-US';

const VERSION = '1.10.3';
const VERSION = '1.10.4';
const DEFAULT_USER_AGENT = 'GoPay PHP ' . self::VERSION;

private $config;
Expand Down