lib/ibandit/iban_assembler.rb in ibandit-0.3.0 vs lib/ibandit/iban_assembler.rb in ibandit-0.3.1
- old
+ new
@@ -1,8 +1,8 @@
module Ibandit
module IBANAssembler
- SUPPORTED_COUNTRY_CODES = %w(AT BE CY DE EE ES FI FR GB IE IT LT LU LV MC NL
- PT SI SK SM).freeze
+ SUPPORTED_COUNTRY_CODES = %w(AT BE CY DE EE ES FI FR GB IE IT LT LU LV MC MT
+ NL PT SI SK SM).freeze
EXCEPTION_COUNTRY_CODES = %w(IT SM BE).freeze
def self.assemble(local_details)
country_code = local_details[:country_code]