# File lib/active_merchant/billing/gateways/paypal/paypal_common_api.rb, line 115
      def credit(money, identification, options = {})
        deprecated Gateway::CREDIT_DEPRECATION_MESSAGE
        refund(money, identification, options)
      end