We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e283a2d commit a231b23Copy full SHA for a231b23
1 file changed
clabe/banks.py
@@ -96,6 +96,7 @@
96
97
# Descargado de https://www.banxico.org.mx/cep-scl/listaInstituciones.do
98
# 2022-10-18
99
+''' The order of the banks must be alphabetical by bank name '''
100
BANK_NAMES = {
101
'40138': 'ABC Capital',
102
'40133': 'Actinver',
@@ -127,6 +128,7 @@
127
128
'40112': 'Bmonex',
129
'90677': 'Caja Pop Mexica',
130
'90683': 'Caja Telefonist',
131
+ '90715': 'Cartera Digital',
132
'90630': 'CB Intercam',
133
'40124': 'CBM Banco',
134
'40143': 'CI Banco',
@@ -188,5 +190,4 @@
188
190
'90608': 'Vector',
189
191
'40113': 'Ve Por Mas',
192
'40141': 'Volkswagen',
- '90715': 'Cartera Digital',
193
}
0 commit comments