From 97633b5e999328b58b940f2192258d83a3e26093 Mon Sep 17 00:00:00 2001 From: Roger Date: Wed, 10 Dec 2025 13:13:22 -0600 Subject: [PATCH] Transfer directo and Fintoc --- clabe/banks.py | 4 ++++ clabe/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/clabe/banks.py b/clabe/banks.py index 663fc6e..484db76 100644 --- a/clabe/banks.py +++ b/clabe/banks.py @@ -92,6 +92,8 @@ '734': '90734', '167': '40167', '721': '90721', + '727': '90727', + '738': '90738', } @@ -146,6 +148,7 @@ '90616': 'Finamex', '90634': 'Fincomun', '90734': 'Finco Pay', + '90738': 'Fintoc', '90689': 'Fomped', '90699': 'Fondeadora', '90685': 'Fondo (Fira)', @@ -185,6 +188,7 @@ '90646': 'STP', '90703': 'Tesored', '90684': 'Transfer', + '90727': 'Transfer directo', '40138': 'Uala', '90656': 'Unagra', '90617': 'Valmex', diff --git a/clabe/version.py b/clabe/version.py index cfb007c..da04cc3 100644 --- a/clabe/version.py +++ b/clabe/version.py @@ -1 +1 @@ -__version__ = '2.1.5' +__version__ = '2.1.6'