# File lib/active_merchant/billing/gateways/qbms.rb, line 109
      def refund(money, identification, options = {})
        commit(:refund, money, options.merge(:transaction_id => identification))
      end