"Your registration is not complete" on the thanks page.
leo.ruffini - December 5, 2008 - 08:10
| Project: | Fee |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
I'm trying this module with the Paypal Sandbox. It seems to work fine: the user is redirected to Paypal, he pays and is redirected back to the conference page.
The problem is that it looks like the fee is not proceeded. The registered user still sees the "Your registration is not complete. Please proceed with fee payment" message.
In addition, the paid fee doesn't appear on admin/build/fees
I'm using 5.x-1.1 versions of both fee and simple_paypal.
Any help much appreciated.

#1
It takes some lag for Paypal to access your site. So, it may take a few seconds to a few minutes.
There will always be a message saying you have not paid in that timeframe, then it should disappear after the IPN is successful.
Check if the ipn URL has been accessed, using your web server log.
If you are testing on localhost which is not accessible from the outside internet, then you will never see an IPN, because Paypal cannot reach your host.
#2
I think this is more than that... signup_pay authorises correctly, but using this fee module it doesn't? I'm experiencing similar problems