lib/ibandit/iban_assembler.rb in ibandit-1.13.0 vs lib/ibandit/iban_assembler.rb in ibandit-1.14.0
- old
+ new
@@ -87,10 +87,10 @@
supplied.all? { |key| allowed.include?(key) }
end
def self.required_fields(country_code)
case country_code
- when "AT", "CY", "CZ", "DE", "DK", "EE", "FI", "HR", "IS", "LT", "LU",
+ when "AT", "CY", "CZ", "DE", "DK", "EE", "FO", "FI", "GL", "HR", "IS", "LT", "LU",
"LV", "NL", "NO", "PL", "RO", "SE", "SI", "SK"
%i[bank_code account_number]
when "BE"
%i[account_number]
else