1
I'm writing a module that handles people's membership status. I'm using PayPal to handle the payments so people can upgrade their membership, etc. The membership module is not available to guests/anonymous users.
In order to interface to PayPal I need a page which can be accessed by PayPal - which means accessible by guests. It's the payment completed page.
What is the best way to arrange this? It looks like I could just create the page in the top folder of my site, but I would prefer to keep the files for the module together.
Any help is appriciated! Thanks!
Groover