From 86b3271101cd58f7eb2cbdefdb91f9e52840f0d5 Mon Sep 17 00:00:00 2001 From: Emiliano Fernandez Date: Thu, 25 Oct 2018 20:51:45 -0300 Subject: [PATCH] add wiloback arg icbc, add to macro --- banks/ar/icbc.json | 11 +++++++++++ banks/ar/index.js | 4 +++- banks/ar/macro.json | 3 ++- banks/ar/wilobank.json | 12 ++++++++++++ 4 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 banks/ar/icbc.json create mode 100644 banks/ar/wilobank.json diff --git a/banks/ar/icbc.json b/banks/ar/icbc.json new file mode 100644 index 0000000..bb76405 --- /dev/null +++ b/banks/ar/icbc.json @@ -0,0 +1,11 @@ +{ + "name": "icbc", + "country": "ar", + "localTitle": "ICBC", + "engTitle": "ICBC", + "url": "https://www.icbc.com.ar/", + "color": "#ffffff", + "prefixes": [ + 451751 + ] +} diff --git a/banks/ar/index.js b/banks/ar/index.js index 4dc23ed..b5023a5 100644 --- a/banks/ar/index.js +++ b/banks/ar/index.js @@ -1,6 +1,8 @@ module.exports = [ require('./galicia'), require('./hsbc'), + require('./icbc'), require('./macro'), - require('./santanderrio') + require('./santanderrio'), + require('./wilobank') ]; diff --git a/banks/ar/macro.json b/banks/ar/macro.json index 6d79e08..ca7b756 100644 --- a/banks/ar/macro.json +++ b/banks/ar/macro.json @@ -6,6 +6,7 @@ "url": "https://www.macro.com.ar", "color": "#0c75a5", "prefixes": [ - 451764 + 451764, + 455599 ] } diff --git a/banks/ar/wilobank.json b/banks/ar/wilobank.json new file mode 100644 index 0000000..57cfe13 --- /dev/null +++ b/banks/ar/wilobank.json @@ -0,0 +1,12 @@ +{ + "name": "wilobank", + "country": "ar", + "localTitle": "Wilobank", + "engTitle": "Wilobank", + "url": "https://wilobank.com/", + "color": "#008fab", + "prefixes": [ + 514285, + 518080 + ] +}