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