Open manosbatsis opened 1 year ago
My suggestion would be to make Finance.countryCodeToBasicBankAccountNumberPattern
public or add a method to access it's keys so they can be used for random selection of a country scope.
@manosbatsis this issue has been fixed in Datafaker, an active fork of Javafaker: https://github.com/datafaker-net/datafaker
Trying to get an IBAN using a country code provided by Faker itself results to a null pointer, e.g.
faker.finance().iban(faker.country().countryCode2())
Gives:
Versions: