To trigger logics after any PayPal HTTP post request is completed.
do_action( 'pmpro_paypal_handle_http_post_response', $httpParsedResponseAr, $methodName_ ); |
do_action( 'pmpro_paypal_handle_http_post_response', $httpParsedResponseAr, $methodName_ );
Parameters
- $httpParsedResponseAr
- array; The parsed response.
- $methodName_
- string; The NVP API name.
Source
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/gateways/class.pmprogateway_paypal.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/gateways/class.pmprogateway_paypalexpress.php
File: https://github.com/strangerstudios/paid-memberships-pro/blob/master/classes/gateways/class.pmprogateway_paypalstandard.php
View in Source Code