Skip to content

Instantly share code, notes, and snippets.

@ArthurGuy
Created June 25, 2010 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArthurGuy/452856 to your computer and use it in GitHub Desktop.
Save ArthurGuy/452856 to your computer and use it in GitHub Desktop.
include_once 'PayPal_IPN.php';
$PayPal = new PayPal_IPN();
$PayPal->set_paypal_email('your_paypal@email_address.com');
$PayPal->get_ipn();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment