Skip to content

Commit

Permalink
Merge pull request #68 from gopaycommunity/feature/qpayment-swift
Browse files Browse the repository at this point in the history
Added QR-payment swift
  • Loading branch information
pmaryska authored Jan 7, 2025
2 parents c9382b0 + 1793be0 commit c55955e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Definition/Payment/BankSwiftCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ class BankSwiftCode
const POLSKI_BANK_PRZEDSIEBIORCZOSCI_SPOLKA_AKCYJNA = 'PBPBPLPW';
// Others
const SPECIAL = 'OTHERS';
const QR_PAYMENT= "QRPAYMENT";
}
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.1';
const VERSION = '1.10.2';
const DEFAULT_USER_AGENT = 'GoPay PHP ' . self::VERSION;

private $config;
Expand Down

0 comments on commit c55955e

Please sign in to comment.