2007-07-09 12:35:58
IPNResponse How do I put it
In the payments module, there is a sentence in the readme:
For security purpose Instant Payment Notification (IPN) must be setup with your PayPal merchant account. You will be asked to
provide a URL to the IPN notification verification script, included with the EComm module. While logged into your PayPal
account, slect the Profile tab, then choose "Instant Payment Notification Preferences". Turn "ON" the service, and provide
the URL. The URL should also include the password you entered when setting up the module Settings in ATutor.
The URL would look something like this:
http://www.mysite.com/ATutor/mods/ecomm/response_ipn.php?secret=payment01
How do I put the password here? Should I change the URL to this?
http://www.mysite.com/ATutor/mods/ecomm/response_ipn.php?secret=mypassword
But when I did that, the payments module is unable to update the database even after I made a test payment for a course... Any advice on this?