lib/active_merchant/billing/gateways/nab_transact.rb in activemerchant-1.83.0 vs lib/active_merchant/billing/gateways/nab_transact.rb in activemerchant-1.84.0

- old
+ new

@@ -39,10 +39,9 @@ :trigger => 8 } SUCCESS_CODES = [ '00', '08', '11', '16', '77' ] - def initialize(options = {}) requires!(options, :login, :password) super end