Browse: Home / Classes / IpnListener /

IpnListener::curlPost

IpnListener::curlPost( $encoded_data )

Post Back Using cURL


Description #

Sends the post back to PayPal using the cURL library. Called by the processIpn() method if the use_curl property is true. Throws an exception if the post fails. Populates the response, response_status, and post_uri properties on success.


Parameters #

(string) (Required) The post data as a URL encoded string


Source #

File: includes/lib/paypal/ipnlistener.php