Skip to content

Commit b8049d1

Browse files
authored
fix(finance): correct VG IBAN format (#2552)
1 parent ba28ab6 commit b8049d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/finance/iban.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ const iban: Iban = {
11331133
total: 24,
11341134
bban: [
11351135
{
1136-
type: 'c',
1136+
type: 'a',
11371137
count: 4,
11381138
},
11391139
{

0 commit comments

Comments
 (0)