From b8049d171086bce7b46eb617c88f44cfdd019e00 Mon Sep 17 00:00:00 2001 From: Alex Nagelkerke Date: Sat, 18 Nov 2023 12:25:25 +0100 Subject: fix(finance): correct VG IBAN format (#2552) --- src/modules/finance/iban.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/finance/iban.ts b/src/modules/finance/iban.ts index f37bc7f4..8b3f78c4 100644 --- a/src/modules/finance/iban.ts +++ b/src/modules/finance/iban.ts @@ -1133,7 +1133,7 @@ const iban: Iban = { total: 24, bban: [ { - type: 'c', + type: 'a', count: 4, }, { -- cgit v1.2.3