# File lib/active_merchant/billing/gateways/eway.rb, line 138
        def initialize(options = {})
        requires!(options, :login)
        @options = options
        super
        end