Skip to content

Commit

Permalink
Update DB
Browse files Browse the repository at this point in the history
  • Loading branch information
khasanovbi committed Sep 7, 2019
1 parent 4b93e7f commit 36bbe7f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions banks.go
Original file line number Diff line number Diff line change
Expand Up @@ -1945,6 +1945,21 @@ var banksByCountry = map[Country][]Bank{
},
},
},
NL: {
{
Name: "bunq",
Country: "nl",
LocalTitle: "bunq",
EngTitle: "bunq",
URL: "https://bunq.com/",
Color: "#ffffff",
Prefixes: []int{
522319,
537465,
671160,
},
},
},
NZ: {
{
Name: "bnz",
Expand Down
1 change: 1 addition & 0 deletions countries.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const (
IR Country = "ir"
KG Country = "kg"
KZ Country = "kz"
NL Country = "nl"
NZ Country = "nz"
PL Country = "pl"
PT Country = "pt"
Expand Down

0 comments on commit 36bbe7f

Please sign in to comment.