Skip to content

Commit

Permalink
feat: add spin by oxxo to banks list (#164)
Browse files Browse the repository at this point in the history
* feat: add spin by oxxo to banks list

* fix: update sets order
  • Loading branch information
FDiegoAreCo authored Sep 20, 2024
1 parent 7f1b861 commit ad2aad1
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 @@ -79,6 +79,7 @@
'014': '40014',
'044': '40044',
'157': '40157',
'728': '90728',
'646': '90646',
'648': '90648',
'656': '90656',
Expand Down Expand Up @@ -173,6 +174,7 @@
'40014': 'Santander',
'40044': 'Scotiabank',
'40157': 'Shinhan',
'90728': 'Spin by OXXO',
'90646': 'STP',
'90648': 'Tactiv Cb',
'90703': 'Tesored',
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.14'
__version__ = '1.2.15'

0 comments on commit ad2aad1

Please sign in to comment.