# File lib/active_merchant/billing/gateways/qbms.rb, line 55
      def authorize(money, creditcard, options = {})
        commit(:authorize, money, options.merge(:credit_card => creditcard))
      end