Skip to content

Commit

Permalink
fix(finance): correct VG IBAN format (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexnagel committed Nov 18, 2023
1 parent ba28ab6 commit b8049d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/finance/iban.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ const iban: Iban = {
total: 24,
bban: [
{
type: 'c',
type: 'a',
count: 4,
},
{
Expand Down

0 comments on commit b8049d1

Please sign in to comment.