Ok. Thank You I’ll see how I can handle this.
Ok Thank You for your response. I already tried something else and it worked fine.
I edited your ipn file(between line 149 and 150) like this:
wp_paypal_debug_log("Order information updated", true);
// do stuff
do_action('wp_paypal_order_processed', $post_id);
It worked and the debug log still reached the last line “IPN processing completed”. Hope its still cool I did it like that right?
Thank You.