Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sdeng87

    (@sdeng87)

    Found my problem…

    Something is blocking the nopriv ajax hook. Through debugging found out my calls to the paypal callback action hook can’t seem to get access when a user is not logged in(paypal doesn’t log in to your sites to ignite the action) I moved the if (! is_user_logged_in) if clause up before admin_init is called and this seems to have given me enough access and it’s posting properly now. I don’t like this solution though… is there something I’m missing that’s perhaps messing with my Admin_Init permissions, another plugin?

    I am having the same problem! Please help!

    Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    Hello,

    IPN url is always accessible https://yoursite.url/wp-admin/admin-ajax.php?action=wpi_gateway_server_callback&type=wpi_paypal

    If it is not accessible then try disabling some plugins which may break that.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Paypal IPN History reports a Code 200(Success) but …’ is closed to new replies.