Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/faker/default/finance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ def stock_market
##
# Returns a random condominium fiscal code.
#
# @param country [String] Two capital letter country code to use for the vat number.
# @param country [String] Two capital letter country code to use for the condominium fiscal code number.
# @return [String]
#
# @example
# Faker::Finance.condominium_fiscal_code #=> "012345678"
# Faker::Finance.condominium_fiscal_code #=> "01234567890"
#
# @faker.version next
def condominium_fiscal_code(country: 'IT')
Expand Down
2 changes: 1 addition & 1 deletion lib/locales/en/finance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ en:
- /6771#########{5,6}L/
- /6709#########{5,6}L/
condominium_fiscal_code:
IT: "#########"
IT: "###########"
vat_number:
AT: "ATU########"
AR: "AR###########"
Expand Down
Loading