From d5a44025736206de176b22f3362b74c618d8678b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20L=C3=B3pez?= Date: Tue, 22 Jul 2025 12:07:10 -0600 Subject: [PATCH] add mexpago --- clabe/banks.py | 2 ++ clabe/version.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/clabe/banks.py b/clabe/banks.py index 7a79ed6..663fc6e 100644 --- a/clabe/banks.py +++ b/clabe/banks.py @@ -43,6 +43,7 @@ '680': '90680', '723': '90723', '722': '90722', + '720': '90720', '151': '40151', '616': '90616', '634': '90634', @@ -164,6 +165,7 @@ '90670': 'Libertad', '90602': 'Masari', '90722': 'Mercado Pago W', + '90720': 'MexPago', '40042': 'Mifel', '40158': 'Mizuho Bank', '90600': 'Monexcb', diff --git a/clabe/version.py b/clabe/version.py index 503eeb9..cfb007c 100644 --- a/clabe/version.py +++ b/clabe/version.py @@ -1 +1 @@ -__version__ = '2.1.4' +__version__ = '2.1.5'