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

gordon’s picture

Component: product » paypal

You 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.

drupaldevloper’s picture

at 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

gordon’s picture

If you look in your access.log did a request to that page happen?

drupaldevloper’s picture

it 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

gordon’s picture

Status: Active » Fixed

Fixed in v4

Anonymous’s picture

Status: Fixed » Closed (fixed)