Viewing 1 replies (of 1 total)
  • Hey there,

    Have you tried debugging your IPN handler? You can add code like this to your functions.php or customizations plugin, and an email will be sent to your WordPress admin, every time the IPN handler script is hit:
    define('PMPRO_IPN_DEBUG', true);

    You can also try navigating to your ipnhandler URL directly at “../plugins/paid-memberships-pro/services/ipnhandler.php’ and see if your IPN handler is functioning correctly in general.

    Hope that helps!

    Thanks,
    Jess

Viewing 1 replies (of 1 total)
  • The topic ‘Recurring invoices not appearing’ is closed to new replies.