diff options
| author | Alex Nagelkerke <[email protected]> | 2023-11-18 12:25:25 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-18 11:25:25 +0000 |
| commit | b8049d171086bce7b46eb617c88f44cfdd019e00 (patch) | |
| tree | f899a7320824476cd342588c6944fd4243fa92a9 /src/modules | |
| parent | ba28ab6e59009cceb5b691ddd212e09df22b586e (diff) | |
| download | faker-b8049d171086bce7b46eb617c88f44cfdd019e00.tar.xz faker-b8049d171086bce7b46eb617c88f44cfdd019e00.zip | |
fix(finance): correct VG IBAN format (#2552)
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/finance/iban.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, { |
