# File lib/active_merchant/billing/gateways/qbms.rb, line 39
      def initialize(options = {})
        requires!(options, :login, :ticket)
        test_mode = options[:test] || false
        @options = options
        super
      end