From 1c0be3cf2210d12ad47c6a80bf4d64b0d068207d Mon Sep 17 00:00:00 2001 From: pmaryska Date: Mon, 13 Oct 2025 10:02:40 +0200 Subject: [PATCH] GPOMA-2000: New bank swifts - REVOLULT_LT, BANK365_SK --- src/Definition/Payment/BankSwiftCode.php | 2 ++ src/GoPay.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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;