File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ class BankSwiftCode(StrEnum):
135135 MAX_BANKA = "EXPNCZPP"
136136 JT_BANKA = "JTBPCZPP"
137137 PARTNERS_BANK = "PTBNCZPP"
138+ REVOLUT_LT = "RVUALT2VXXX"
138139 # SK
139140 TATRA_BANKA = "TATRSKBX"
140141 VSEOBECNA_VEROVA_BANKA_BANKA = "SUBASKBX"
@@ -154,6 +155,7 @@ class BankSwiftCode(StrEnum):
154155 BKS_BANK = "BFKKSKBB"
155156 RAIFFEISENBANK_SK = "TATRSKBXXXX"
156157 KOMERCNI_BANKA_SK = "KOMBSKBA"
158+ BANK365_SK = "POBNSKBAXXX"
157159 # PL
158160 MBANK1 = "BREXPLPW"
159161 CITI_HANDLOWY = "CITIPLPX"
Original file line number Diff line number Diff line change 1- VERSION = "2.2.5 "
1+ VERSION = "2.2.6 "
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.5 "
17+ version = " 2.2.6 "
1818
1919[tool .poetry .dependencies ]
2020deprecated = " ^1.2.14"
You can’t perform that action at this time.
0 commit comments