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