File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ class BankSwiftCode(StrEnum):
134134 CREDITAS = "CTASCZ22"
135135 MAX_BANKA = "EXPNCZPP"
136136 JT_BANKA = "JTBPCZPP"
137+ PARTNERS_BANK = "PTBNCZPP"
137138 # SK
138139 TATRA_BANKA = "TATRSKBX"
139140 VSEOBECNA_VEROVA_BANKA_BANKA = "SUBASKBX"
Original file line number Diff line number Diff line change 1- VERSION = "2.2.4 "
1+ VERSION = "2.2.5 "
22DEFAULT_USER_AGENT = "GoPay Python " + VERSION
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ name = "gopay"
1414packages = [{include = " gopay" }]
1515readme = " README.md"
1616repository = " https://github.com/gopaycommunity/gopay-python-api"
17- version = " 2.2.4 "
17+ version = " 2.2.5 "
1818
1919[tool .poetry .dependencies ]
2020deprecated = " ^1.2.14"
You can’t perform that action at this time.
0 commit comments