Skip to content

Commit

Permalink
Correct VG IBAN format
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexnagel committed Nov 17, 2023
1 parent d53c7ac commit a7ae3b2
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 a7ae3b2

Please sign in to comment.