# File lib/active_merchant/billing/gateways/payflow.rb, line 40
      def refund(money, reference, options = {})
        commit(build_reference_request(:credit, money, reference, options), options)
      end