Skip to content

Commit

Permalink
Merge pull request #22 from medisoft/master
Browse files Browse the repository at this point in the history
Add new elements to banks and cities
  • Loading branch information
dpilafian authored Nov 2, 2020
2 parents 84f1d4e + 949f4de commit 801560c
Show file tree
Hide file tree
Showing 6 changed files with 4,612 additions and 652 deletions.
4 changes: 2 additions & 2 deletions clabe.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ const clabe = {
680: { tag: 'CRISTOBAL COLON', name: 'Caja Popular Cristóbal Colón' },
683: { tag: 'CAJA TELEFONIST', name: 'Caja de Ahorro de los Telefonistas' },
684: { tag: 'TRANSFER', name: 'Operadora de Pagos Moviles de Mexico, S.A. de C.V.' },
685: { tag: 'FONDO (FIRA)', name: 'Fondo de Garantía y Fomento para la Agricultura, Ganadería y Avicultura (FONDO)' },
685: { tag: 'FONDO (FIRA)', name: 'Fondo de Garantía y Fomento para la Agricultura, Ganadería y Avicultura (FONDO)' },
686: { tag: 'INVERCAP', name: 'Afore InverCap S.A. de C.V.' },
689: { tag: 'FOMPED', name: 'Fondo Mexicano del Petroleo para la Estabilizacion y el Desarrollo' },
812: { tag: 'BBVA BANCOMER2', name: 'BBVA Bancomer, S.A.' },
Expand Down Expand Up @@ -677,7 +677,7 @@ const clabe = {
[960, 'Victor Rosales MX-ZAC'],
],

};
};

if (typeof module === 'object')
module.exports = clabe; //node module loading system (CommonJS)
Expand Down
Loading

0 comments on commit 801560c

Please sign in to comment.