Skip to content

Commit

Permalink
chore: Fix entries for Revolut and Halifax
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed Oct 11, 2024
1 parent e913d3f commit 052333c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions schwifty/bank_registry/manual_gb.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@
{
"country_code": "GB",
"primary": true,
"bic": "HALIFAX (A TRADING NAME OF BANK OF SCOTLAND PLC)",
"bic": "HLFXGB22XXX",
"bank_code": "HLFX",
"name": "HALIFAX (A TRADING NAME OF BANK OF SCOTLAND PLC)",
"name": "BANK OF SCOTLAND PLC",
"short_name": "HALIFAX"
},
{
Expand Down Expand Up @@ -306,16 +306,16 @@
{
"country_code": "GB",
"primary": true,
"bic": "REVO",
"bank_code": "REVOGB21",
"bic": "REVOGB21XXX",
"bank_code": "REVO",
"name": "REVOLUT LTD",
"short_name": "REVOLUT LTD"
},
{
"country_code": "GB",
"primary": true,
"bic": "REVOGB21XXX",
"bank_code": "REVO",
"bank_code": "NWBK",
"name": "REVOLUT LTD",
"short_name": "REVOLUT LTD"
},
Expand Down Expand Up @@ -383,4 +383,4 @@
"name": "YORKSHIRE BANK (A TRADING NAME OF C",
"short_name": "YORKSHIRE BANK (A TRADING NAME OF C"
}
]
]

0 comments on commit 052333c

Please sign in to comment.