Skip to content

Commit 7e79325

Browse files
committed
GPOMA-2000: New bank swifts - revolut, bank 365
1 parent 91dab77 commit 7e79325

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

gopay/enums.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

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.5"
1+
VERSION = "2.2.6"
22
DEFAULT_USER_AGENT = "GoPay Python " + VERSION

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "gopay"
1414
packages = [{include = "gopay"}]
1515
readme = "README.md"
1616
repository = "https://github.com/gopaycommunity/gopay-python-api"
17-
version = "2.2.5"
17+
version = "2.2.6"
1818

1919
[tool.poetry.dependencies]
2020
deprecated = "^1.2.14"

0 commit comments

Comments
 (0)