Skip to content

Commit

Permalink
Add mercado pago (#158)
Browse files Browse the repository at this point in the history
* Add mercado pago

* Update banks.py

* Update version.py
  • Loading branch information
pachCode authored Dec 27, 2023
1 parent 18c5378 commit 22b0c68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions clabe/banks.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
'126': '40126',
'680': '90680',
'723': '90723',
'722': '90722',
'151': '40151',
'616': '90616',
'634': '90634',
Expand Down Expand Up @@ -154,6 +155,7 @@
'90653': 'Kuspit',
'90670': 'Libertad',
'90602': 'Masari',
'90722': 'Mercado Pago W',
'40042': 'Mifel',
'40158': 'Mizuho Bank',
'90600': 'Monexcb',
Expand Down
2 changes: 1 addition & 1 deletion clabe/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.2.11'
__version__ = '1.2.12'

0 comments on commit 22b0c68

Please sign in to comment.