Skip to content

Commit a231b23

Browse files
committed
Update banks.py
1 parent e283a2d commit a231b23

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

clabe/banks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696

9797
# Descargado de https://www.banxico.org.mx/cep-scl/listaInstituciones.do
9898
# 2022-10-18
99+
''' The order of the banks must be alphabetical by bank name '''
99100
BANK_NAMES = {
100101
'40138': 'ABC Capital',
101102
'40133': 'Actinver',
@@ -127,6 +128,7 @@
127128
'40112': 'Bmonex',
128129
'90677': 'Caja Pop Mexica',
129130
'90683': 'Caja Telefonist',
131+
'90715': 'Cartera Digital',
130132
'90630': 'CB Intercam',
131133
'40124': 'CBM Banco',
132134
'40143': 'CI Banco',
@@ -188,5 +190,4 @@
188190
'90608': 'Vector',
189191
'40113': 'Ve Por Mas',
190192
'40141': 'Volkswagen',
191-
'90715': 'Cartera Digital',
192193
}

0 commit comments

Comments
 (0)