From 7b120567139b2ac84d052f42f1f352c6697f2aa2 Mon Sep 17 00:00:00 2001 From: DivisionByZero Date: Sat, 5 Apr 2025 19:52:07 +0200 Subject: fix(iban): more strict pattern for IE and PS (#3464) --- src/modules/finance/iban.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/modules/finance/iban.ts b/src/modules/finance/iban.ts index b730d365..dbb5e601 100644 --- a/src/modules/finance/iban.ts +++ b/src/modules/finance/iban.ts @@ -500,7 +500,7 @@ const iban: Iban = { total: 22, bban: [ { - type: 'c', + type: 'a', count: 4, }, { @@ -862,7 +862,7 @@ const iban: Iban = { total: 29, bban: [ { - type: 'c', + type: 'a', count: 4, }, { -- cgit v1.2.3