Skip to content

Commit

Permalink
clabe-js upgrade (#26)
Browse files Browse the repository at this point in the history
* clabe-js upgrade

* cuenqui
  • Loading branch information
alexviquez authored Nov 28, 2023
1 parent c10ca21 commit 63ec4b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion lib/banks.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ BANKS = {
'138': '40138',
'133': '40133',
'062': '40062',
'661': '90661',
'638': '90638',
'706': '90706',
'659': '90659',
Expand Down Expand Up @@ -38,8 +39,10 @@ BANKS = {
'130': '40130',
'140': '40140',
'652': '90652',
'688': '90688',
'126': '40126',
'680': '90680',
'723': '90723',
'151': '40151',
'616': '90616',
'634': '90634',
Expand Down Expand Up @@ -80,6 +83,7 @@ BANKS = {
'617': '90617',
'605': '90605',
'608': '90608',
'703': '90703',
'113': '40113',
'141': '40141',
}
Expand All @@ -88,7 +92,7 @@ BANK_NAMES = {
'40138': 'ABC Capital',
'40133': 'Actinver',
'40062': 'Afirme',
'90638': 'Akala',
'90661': 'ALTERNATIVOS',
'90706': 'Arcus',
'90659': 'Asp Integra Opc',
'40128': 'Autofin',
Expand Down Expand Up @@ -124,8 +128,10 @@ BANK_NAMES = {
'40130': 'Compartamos',
'40140': 'Consubanco',
'90652': 'Credicapital',
'90688': 'Crediclub',
'40126': 'Credit Suisse',
'90680': 'Cristobal Colon',
'90723': 'Cuenca',
'40151': 'Donde',
'90616': 'Finamex',
'90634': 'Fincomun',
Expand All @@ -152,6 +158,7 @@ BANK_NAMES = {
'40132': 'Multiva Banco',
'90613': 'Multiva Cbolsa',
'37135': 'Nafin',
'90638': 'NU MEXICO',
'90710': 'NVIO',
'90684': 'Opm',
'40148': 'Pagatodo',
Expand All @@ -162,6 +169,7 @@ BANK_NAMES = {
'40157': 'Shinhan',
'90646': 'STP',
'90648': 'Tactiv Cb',
'90703': 'Tesored',
'90656': 'Unagra',
'90617': 'Valmex',
'90605': 'Value',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clabe-js",
"version": "1.2.0",
"version": "1.2.1",
"description": "'Validate and generate the control digit of a CLABE in Mexico'",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 63ec4b5

Please sign in to comment.