apply_filters( 'edd_process_paypal_refund_data', array $data , int $payment_id )
PayPal Process Refund Data
Description Description
Allows filtering the Refund data that PayPal passes back in via IPN with PayPal Standard
Parameters Parameters
- $data
-
The PayPal Refund data
- $payment_id
-
The Payment ID associated with this IPN request
Source Source
File: includes/gateways/paypal-standard.php
Changelog Changelog
Version | Description |
---|---|
2.8.13 | Introduced. |