Skip to content

Commit 372a6a7

Browse files
authored
Add walmart (#174)
* Add walmart close #173 * Update banks.py * Update banks.py * Update banks.py
1 parent 8aea318 commit 372a6a7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

clabe/banks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,13 @@
9090
'703': '90703',
9191
'113': '40113',
9292
'141': '40141',
93+
'715': '90715',
9394
}
9495

9596

9697
# Descargado de https://www.banxico.org.mx/cep-scl/listaInstituciones.do
9798
# 2022-10-18
99+
# The order of the banks must be alphabetical by bank name
98100
BANK_NAMES = {
99101
'40138': 'ABC Capital',
100102
'40133': 'Actinver',
@@ -126,6 +128,7 @@
126128
'40112': 'Bmonex',
127129
'90677': 'Caja Pop Mexica',
128130
'90683': 'Caja Telefonist',
131+
'90715': 'Cartera Digital',
129132
'90630': 'CB Intercam',
130133
'40124': 'CBM Banco',
131134
'40143': 'CI Banco',

clabe/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.0'
1+
__version__ = '2.1.0'

0 commit comments

Comments
 (0)