From 1793be0231dcd4551f4a025c493df2dd97f377b2 Mon Sep 17 00:00:00 2001 From: pmaryska Date: Tue, 7 Jan 2025 11:31:00 +0100 Subject: [PATCH] Added QR-payment swift --- src/Definition/Payment/BankSwiftCode.php | 1 + src/GoPay.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Definition/Payment/BankSwiftCode.php b/src/Definition/Payment/BankSwiftCode.php index 846ec01..0cc4d76 100644 --- a/src/Definition/Payment/BankSwiftCode.php +++ b/src/Definition/Payment/BankSwiftCode.php @@ -76,4 +76,5 @@ class BankSwiftCode const POLSKI_BANK_PRZEDSIEBIORCZOSCI_SPOLKA_AKCYJNA = 'PBPBPLPW'; // Others const SPECIAL = 'OTHERS'; + const QR_PAYMENT= "QRPAYMENT"; } diff --git a/src/GoPay.php b/src/GoPay.php index 4a7671a..79ed3ac 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.1'; + const VERSION = '1.10.2'; const DEFAULT_USER_AGENT = 'GoPay PHP ' . self::VERSION; private $config;