mohanjith / web-invoice

Automatically exported from code.google.com/p/web-invoice
GNU General Public License v3.0
0 stars 2 forks source link

Ques: What url do I give Paypal to restart IPN? #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Not really a problem --- you resolved the problem here:
 Issue 39:       IPN (instant payment notification) errors from Paypal after invoice is paid

But Paypal turned off notifications during the error phase. Now when I try to 
turn back on they ask for a url ---- what do I use or will the next web invoice 
tell Paypal the url to use???  meanwhile IPN is off.

What version of the product are you using? 2.0.13

Original issue reported on code.google.com by sba...@gmail.com on 24 Aug 2010 at 7:10

GoogleCodeExporter commented 9 years ago
I'll have to make some changes, as the current notify_url contains the 
invoice_id.

Original comment by sh.mohanjith on 24 Aug 2010 at 7:55

GoogleCodeExporter commented 9 years ago
Fixed in r75.

Use the URL of the page that's used for displaying invoices.

Original comment by sh.mohanjith on 8 Sep 2010 at 10:58

GoogleCodeExporter commented 9 years ago
Also don't forget to add the variable paypal_ipn to the url

e.g. http://localhost/wordpress/about?paypal_ipn=1 or 
http://localhost/wordpress/about?p=1&paypal_ipn=1

Original comment by sh.mohanjith on 8 Sep 2010 at 11:51