Hi,
Have a look at the LogFiles in the Portal root, see if you can see a return notify message in there for one of the orders that are not updated.
If the notify url is working you should see a enter in there starting with "IPN="...created by this function which is trigger at te beginning of the autoresposne..
UpdateLog("IPN = " & ipn.ToString)
If this isn't there then paypal is not sending a notify url, and as such if the clients don't return to the site your status will not be updated.
Regards,
Dave.
BTW, I can't remember off hand, but is there an option in paypal to automatically return the client after payment?...if so I suggest you try setting that!
Have a look at the LogFiles in the Portal root, see if you can see a return notify message in there for one of the orders that are not updated.
If the notify url is working you should see a enter in there starting with "IPN="...created by this function which is trigger at te beginning of the autoresposne..
UpdateLog("IPN = " & ipn.ToString)
If this isn't there then paypal is not sending a notify url, and as such if the clients don't return to the site your status will not be updated.
Regards,
Dave.
BTW, I can't remember off hand, but is there an option in paypal to automatically return the client after payment?...if so I suggest you try setting that!