Skip to content

Commit 3b7353c

Browse files
authored
Merge pull request #40 from gopaycommunity/feature/qpayment-swift
Added QR_PAYMENT swift
2 parents f29255a + 9f122df commit 3b7353c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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)