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