Skip to content

Commit

Permalink
Merge pull request #174 from emilianox/master
Browse files Browse the repository at this point in the history
[ar]  add wiloback, icbc, add new prefix to macro
  • Loading branch information
linda-rian authored Jan 8, 2019
2 parents 1bd3efb + 86b3271 commit ba191f1
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
11 changes: 11 additions & 0 deletions banks/ar/icbc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "icbc",
"country": "ar",
"localTitle": "ICBC",
"engTitle": "ICBC",
"url": "https://www.icbc.com.ar/",
"color": "#ffffff",
"prefixes": [
451751
]
}
4 changes: 3 additions & 1 deletion banks/ar/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = [
require('./galicia'),
require('./hsbc'),
require('./icbc'),
require('./macro'),
require('./santanderrio')
require('./santanderrio'),
require('./wilobank')
];
3 changes: 2 additions & 1 deletion banks/ar/macro.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"url": "https://www.macro.com.ar",
"color": "#0c75a5",
"prefixes": [
451764
451764,
455599
]
}
12 changes: 12 additions & 0 deletions banks/ar/wilobank.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "wilobank",
"country": "ar",
"localTitle": "Wilobank",
"engTitle": "Wilobank",
"url": "https://wilobank.com/",
"color": "#008fab",
"prefixes": [
514285,
518080
]
}

0 comments on commit ba191f1

Please sign in to comment.