PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Docs error: Paypal gform_paypal_post_ipn

  1. This page contains error:
    Docs error: Paypal gform_paypal_post_ipn

    Replace this code:
    // if the IPN was canceled, don't process
    if(!$cancel)
    return;

    With this:
    // if the IPN was canceled, don't process
    if($cancel)
    return;

    Gleb

    Posted 13 years ago on Thursday September 8, 2011 | Permalink
  2. Thanks Gleb :)

    Posted 13 years ago on Thursday September 8, 2011 | Permalink

This topic has been resolved and has been closed to new replies.