Please add the hidden Paypal variable "notify_url" to the Donation blocks so that we can use Paypal's Instant Payment Notification (IPN) system.
I would love if this were actually added to the ACP Paypal section, so you can enter your IPN target URL in the ACP.
True, IPN can be enabled in your Paypal account, but some people, myself included, would rather trigger IPN by using the variable in our Paypal Donation forms, ie:
Code: Select all
<input type="hidden" name="notify_url" id="notify_url" value="http://www.yoursite.com/process-my-ipn.php">