# File lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb, line 111
      def refund(money, identification, options = {})
        commit 'RefundTransaction', build_refund_request(money, identification, options)
      end