Quote:
Originally Posted by Ron1n
Find:
Code:
$form .= '<input type="submit" name="submit" value="Checkout">';
Place below:
Code:
$form .= '<input type="hidden" name="notify_url"
value="http://www.domain.ext/dir/purchase.php?do=ipn">'
That will get it working with multiple IPN, so you can now remove whatever you had on your paypal account. I didn't notice this before, it was a good catch. Thanks for bringing it to my attention.
I think I will just build this into the next script, it makes it seem so much easier.
|
will adding this allow it to be used alongside paypal donations ??