aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristophe Gesché <[email protected]>2021-02-24 07:14:08 +0100
committerChristophe Gesché <[email protected]>2021-02-24 07:14:08 +0100
commit6eba12687a2e5ecaf72e52f5e13306fc5c07c2ad (patch)
tree9a0ef75e8a5d5e9e88c33f0c167002ebd974f36f /lib
parent03f735dbc1b2a693f8b73233c49addd4d1362d12 (diff)
downloadfaker-6eba12687a2e5ecaf72e52f5e13306fc5c07c2ad.tar.xz
faker-6eba12687a2e5ecaf72e52f5e13306fc5c07c2ad.zip
close #846
fix iban for azerbaijan
Diffstat (limited to 'lib')
-rw-r--r--lib/iban.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/iban.js b/lib/iban.js
index b334d9bb..e9f8318f 100644
--- a/lib/iban.js
+++ b/lib/iban.js
@@ -67,11 +67,19 @@ module["exports"] = {
format: "ATkk bbbb bccc cccc cccc"
},
{
+ // Azerbaijan
+ // https://transferwise.com/fr/iban/azerbaijan
+ // Length 28
+ // BBAN 2c,16n
+ // GEkk bbbb cccc cccc cccc cccc cccc
+ // b = National bank code (alpha)
+ // c = Account number
+ // example IBAN AZ21 NABZ 0000 0000 1370 1000 1944
country: "AZ",
total: 28,
bban: [
{
- type: "c",
+ type: "a",
count: 4
},
{