lib/active_merchant/billing/check.rb in activemerchant-1.133.0 vs lib/active_merchant/billing/check.rb in activemerchant-1.137.0

- old
+ new

@@ -5,11 +5,11 @@ # not backed by any database. # # You may use Check in place of CreditCard with any gateway that supports it. class Check < Model attr_accessor :first_name, :last_name, - :bank_name, :routing_number, :account_number, - :account_holder_type, :account_type, :number + :bank_name, :routing_number, :account_number, + :account_holder_type, :account_type, :number # Used for Canadian bank accounts attr_accessor :institution_number, :transit_number # Canadian Institution Numbers