# File lib/active_merchant/billing/gateways/eway_managed.rb, line 24 def initialize(options = {}) requires!(options, :login, :username, :password) @options = options # eWay returns 500 code for faults, which AM snaffles. # So, we tell it to allow them. @options[:ignore_http_status]=true super end