Skip to content

Commit 9f122df

Browse files
committed
Added QR_PAYMENT swift
1 parent f29255a commit 9f122df

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

gopay/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ class BankSwiftCode(StrEnum):
189189
POLSKI_BANK_PRZEDSIEBIORCZOSCI_SPOLKA_AKCYJNA = "PBPBPLPW"
190190
# Others
191191
SPECIAL = "OTHERS"
192+
QR_PAYMENT = "QRPAYMENT"
192193

193194

194195
class RecurrenceState(StrEnum):

gopay/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = "2.2.3"
1+
VERSION = "2.2.4"
22
DEFAULT_USER_AGENT = "GoPay Python " + VERSION

0 commit comments

Comments
 (0)