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