after succesfull completion of payment for file product from http://www.sandbox.paypal.com/xclick, there is no change in the payment status.
i have to do it manually, so have to make payment status->completion and workflow->completion. than i can see the files in the my files link(used the patch for that)
so please let me know if i m wrong or please update the information, currently using it in the project.
Comments
Comment #1
gordon commentedYou should get an IPN response back to your system to change the status of the payment to complete.
I am not sure if the sandbox sends out and IPN, and if you are behind a firewall, it won't get to the machine.
Comment #2
drupaldevloper commentedat paypal i found
The IPN URL of your site is:
http://learningbyyourself.gloscon.com/paypal/ipn
so i have used
PayPal IPN "request back" validation URL:http://learningbyyourself.gloscon.com/paypal/ipn
is it correct?
not thn pls provide the help, no firewall is there in the machine
Comment #3
gordon commentedIf you look in your access.log did a request to that page happen?
Comment #4
drupaldevloper commentedit shows the hit of ipn but also show 2 errors
Invalid argument supplied for foreach() in /home/glosconc/public_html/drupal51/includes/common.inc on line 1962.
array_merge() [function.array-merge]: Argument #2 is not an array in /home/glosconc/public_html/drupal51/includes/common.inc on line 1929.
site url: http://learningbyyourself.gloscon.com/
user/password- drupaldevloper/drupaldevloper
Comment #5
gordon commentedFixed in v4
Comment #6
(not verified) commented