We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f29255a + 9f122df commit 3b7353cCopy full SHA for 3b7353c
gopay/enums.py
@@ -189,6 +189,7 @@ class BankSwiftCode(StrEnum):
189
POLSKI_BANK_PRZEDSIEBIORCZOSCI_SPOLKA_AKCYJNA = "PBPBPLPW"
190
# Others
191
SPECIAL = "OTHERS"
192
+ QR_PAYMENT = "QRPAYMENT"
193
194
195
class RecurrenceState(StrEnum):
gopay/utils.py
@@ -1,2 +1,2 @@
1
-VERSION = "2.2.3"
+VERSION = "2.2.4"
2
DEFAULT_USER_AGENT = "GoPay Python " + VERSION
0 commit comments