From 46e3bc4313bb616daf0827d3d90e769daa18dd91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20L=C3=B3pez?= Date: Mon, 28 Apr 2025 15:33:06 -0600 Subject: [PATCH 1/3] add finco pay + updated banks names --- clabe/banks.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/clabe/banks.py b/clabe/banks.py index 75b3d07..bfb7fba 100644 --- a/clabe/banks.py +++ b/clabe/banks.py @@ -88,6 +88,7 @@ '141': '40141', '715': '90715', '732': '90732', + '734': '90734', } @@ -95,10 +96,9 @@ # 2022-10-18 # The order of the banks must be alphabetical by bank name BANK_NAMES = { - '40138': 'ABC Capital', '40133': 'Actinver', '40062': 'Afirme', - '90706': 'Arcus', + '90706': 'Arcus Fi', '90659': 'Asp Integra Opc', '40128': 'Autofin', '40127': 'Azteca', @@ -141,6 +141,7 @@ '40151': 'Donde', '90616': 'Finamex', '90634': 'Fincomun', + '90734': 'Finco Pay', '90689': 'Fomped', '90699': 'Fondeadora', '90685': 'Fondo (Fira)', @@ -178,6 +179,7 @@ '90646': 'STP', '90703': 'Tesored', '90684': 'Transfer', + '40138': 'Uala', '90656': 'Unagra', '90617': 'Valmex', '90605': 'Value', From 6e56ee69517a84318fe1811ef41ac7051dd01100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20L=C3=B3pez?= Date: Mon, 28 Apr 2025 15:33:30 -0600 Subject: [PATCH 2/3] version --- clabe/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clabe/version.py b/clabe/version.py index 55fa725..f811561 100644 --- a/clabe/version.py +++ b/clabe/version.py @@ -1 +1 @@ -__version__ = '2.1.1' +__version__ = '2.1.2' From bfb9cb35c0148c5ad7998dd48aeef542f61dabe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20L=C3=B3pez?= Date: Mon, 28 Apr 2025 15:34:51 -0600 Subject: [PATCH 3/3] update cibanco --- clabe/banks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clabe/banks.py b/clabe/banks.py index bfb7fba..5a57109 100644 --- a/clabe/banks.py +++ b/clabe/banks.py @@ -128,7 +128,7 @@ '90715': 'Cartera Digital', '90630': 'CB Intercam', '40124': 'Citi Mexico', - '40143': 'CI Banco', + '40143': 'CIBanco', '90631': 'CI Bolsa', '90901': 'Cls', '90903': 'CoDi Valida',