• Resolved Begin

    (@bentalgad)


    I see in the PayPal documents that you have to send the ipn back to paypal to verify that it is really sent from PayPal. is the plugin already doing that or do i need to do that manually?

    Thanks.
    Ben

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor angelleye

    (@angelleye)

    This plugin handles that for you, and it provides the $posted['IPN_status'] variable that would be Verified or Invalid.

    It will run both Verified and Invalid transactions through your hook functions, so you’ll need to account for that within your code logic and handle each the way you’d like to.

    Thread Starter Begin

    (@bentalgad)

    Oh great, so just something like if Verified do everything if Invalid send me some error mail… right?

    Plugin Contributor angelleye

    (@angelleye)

    Yup, you got it!

    Thread Starter Begin

    (@bentalgad)

    Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Does the plugin handles security issues?’ is closed to new replies.