Skip to content

Commit

Permalink
Update banks db
Browse files Browse the repository at this point in the history
  • Loading branch information
khasanovbi committed Feb 26, 2019
1 parent 31edb51 commit 5114ba5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion banks_db/banks.go
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,15 @@ var banksByCountry = map[Country][]Bank{
Color: "#4285f4",
Prefixes: []int{400684, 408579, 414070, 420322, 420323, 420324, 455571, 480296, 490805, 490806, 490807, 510151, 532443, 540024, 540025, 542029, 542605, 542965, 542967, 547765, 548819, 554297, 554570},
},
{
Name: "ininal",
Country: "tr",
LocalTitle: "ininal",
EngTitle: "ininal",
URL: "https://www.ininal.com",
Color: "#51504E",
Prefixes: []int{515755},
},
{
Name: "isbank",
Country: "tr",
Expand Down Expand Up @@ -1574,7 +1583,7 @@ var banksByCountry = map[Country][]Bank{
EngTitle: "Ziraat Bankası",
URL: "http://ziraatbank.com.tr",
Color: "#4285f4",
Prefixes: []int{413226, 444676, 444677, 444678, 453955, 453956, 454671, 454672, 454673, 454674, 454894, 540130, 540134, 541001, 541033, 542374, 547287},
Prefixes: []int{413226, 444676, 444677, 444678, 453955, 453956, 454671, 454672, 454673, 454674, 454894, 476619, 540130, 540134, 541001, 541033, 542374, 547287},
},
},
TW: {
Expand Down

0 comments on commit 5114ba5

Please sign in to comment.