diff options
| author | CoDEmanX <[email protected]> | 2016-04-07 11:31:33 +0200 |
|---|---|---|
| committer | CoDEmanX <[email protected]> | 2016-04-07 14:14:46 +0200 |
| commit | 94b65cbf334ea5ef1c4838711bc0945125f7c779 (patch) | |
| tree | 020ce2b1eec3e949ce8658ebe85bf83255453ae8 /lib/index.js | |
| parent | 38e890eeced869b41cf0047ef28740bfb79d1c01 (diff) | |
| download | faker-94b65cbf334ea5ef1c4838711bc0945125f7c779.tar.xz faker-94b65cbf334ea5ef1c4838711bc0945125f7c779.zip | |
Add IBAN and BIC generator functions
Diffstat (limited to 'lib/index.js')
| -rw-r--r-- | lib/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/index.js b/lib/index.js index 49637ef8..8e710e67 100644 --- a/lib/index.js +++ b/lib/index.js @@ -92,7 +92,7 @@ function Faker (opts) { "lorem": ["words"], "hacker": ["abbreviation", "adjective", "noun", "verb", "ingverb"], "phone_number": ["formats"], - "finance": ["account_type", "transaction_type", "currency"], + "finance": ["account_type", "transaction_type", "currency", "iban"], "internet": ["avatar_uri", "domain_suffix", "free_email", "example_email", "password"], "commerce": ["color", "department", "product_name", "price", "categories"], "system": ["mimeTypes"], |
