Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add codi bank code #19

Merged
merged 2 commits into from Oct 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion clabe/banks.py
Expand Up @@ -90,7 +90,8 @@
'605': '90605',
'608': '90608',
'113': '40113',
'141': '40141'
'141': '40141',
'903': '90903'
}


Expand Down Expand Up @@ -135,6 +136,7 @@
'40143': 'CIbanco',
'90631': 'CI Bolsa',
'90901': 'Cls',
'90903': 'CoDi Valida',
'40130': 'Compartamos',
'40140': 'Consubanco',
'40126': 'Credit Suisse',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name='clabe',
version='0.2.1',
version='0.2.2',
author='Cuenca',
author_email='dev@cuenca.com',
description='Validate and generate the control digit of a CLABE in Mexico',
Expand Down