Table of Contents
PayPal hookup - Doing the final tests
- The final tests will consists of the following:
- Confirm transactions works fine from the Desktop Login Page including redirecting back after a transaction.
- Confirm transactions works fine from the Mobile Logn Page including redirecting back after a transaction.
- Confirm that the buyer receives an email with the voucher detail after a purchase.
- Confirm that we can send and email with the voucher detail to a specified email address.
Watch out for the USA sandbox return to merchant site function
- The PayPal sandbox return to merchant site for USA does a POST instead of a GET.
- For this we created an index.php file instead of index.html. (Nginx does not like a POST to a static web page (html) and will give a 405 Not Allowed error.)
- This was however not the same on the live USA server where it was redirecting by a GET.
- YMMV but do take note of this strange behavior.
When going live
- Be sure to remove the test email recipient which you specified earlier.
When this brings in lots of money for you
- Consider donating something back to ensure future support and development on the RADIUSdesk project.