Skip to content

Commit

Permalink
Merge pull request #40 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 f29255a + 9f122df commit 3b7353c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gopay/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ class BankSwiftCode(StrEnum):
POLSKI_BANK_PRZEDSIEBIORCZOSCI_SPOLKA_AKCYJNA = "PBPBPLPW"
# Others
SPECIAL = "OTHERS"
QR_PAYMENT = "QRPAYMENT"


class RecurrenceState(StrEnum):
Expand Down
2 changes: 1 addition & 1 deletion gopay/utils.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = "2.2.3"
VERSION = "2.2.4"
DEFAULT_USER_AGENT = "GoPay Python " + VERSION

0 comments on commit 3b7353c

Please sign in to comment.