Skip to content

Commit

Permalink
Merge branch 'patch' with updates from achkasov
Browse files Browse the repository at this point in the history
  • Loading branch information
linda-rian committed Jan 26, 2016
2 parents c71e8e8 + 60ca35e commit 4901389
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
11 changes: 11 additions & 0 deletions banks/amexbelgiumcorporate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "amexbelgiumcorporate",
"prefixes": [
374190
],
"country": "be",
"localTitle": "American Express",
"engTitle": "American Express",
"url": "https://network.americanexpress.com/be/fr/homepage/landing.aspx",
"color": "#67B198"
}
11 changes: 11 additions & 0 deletions banks/ingbelgium.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "ingbelgium",
"prefixes": [
42360
],
"country": "be",
"localTitle": "ING Belgium",
"engTitle": "ING Belgium",
"url": "https://www.ing.be/",
"color": "#ff6600"
}
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ const banks = [
require('./banks/paritetbank'),
require('./banks/priorbank'),
require('./banks/trustbank'),
require('./banks/vtb')
require('./banks/vtb'),
require('./banks/amexbelgiumcorporate'),
require('./banks/ingbelgium')
];

const prefixes = {};
Expand Down

0 comments on commit 4901389

Please sign in to comment.