Skip to content

Commit

Permalink
Add banks of Uruguay
Browse files Browse the repository at this point in the history
  • Loading branch information
ismamz committed Jul 19, 2016
1 parent cb54e76 commit f5836d0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
12 changes: 12 additions & 0 deletions banks/uy/brou.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "brou",
"country": "uy",
"localTitle": "Banco de la República Oriental del Uruguay",
"engTitle": "Bank of the Oriental Republic of Uruguay",
"url": "http://www.brou.com.uy/",
"color": "#024181",
"prefixes": [
421821,
494016
]
}
4 changes: 4 additions & 0 deletions banks/uy/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = [
require('./brou'),
require('./santander')
];
12 changes: 12 additions & 0 deletions banks/uy/santander.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "santander",
"country": "uy",
"localTitle": "Santander",
"engTitle": "Santander",
"url": "http://www.santander.com.uy/",
"color": "#ff0000",
"prefixes": [
534263,
545703
]
}

0 comments on commit f5836d0

Please sign in to comment.