diff --git a/src/Definition/Payment/BankSwiftCode.php b/src/Definition/Payment/BankSwiftCode.php index 205d680..706ce40 100644 --- a/src/Definition/Payment/BankSwiftCode.php +++ b/src/Definition/Payment/BankSwiftCode.php @@ -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'; @@ -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'; diff --git a/src/GoPay.php b/src/GoPay.php index 1f12e43..30927ce 100644 --- a/src/GoPay.php +++ b/src/GoPay.php @@ -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;