# File lib/active_merchant/billing/gateways/quantum.rb, line 73
      def refund(money, identification, options = {})
        commit(build_credit_request(money, identification, options), options)
      end