PayPal-Recurring-Payment-example
PayPal-Recurring-Payment-example copied to clipboard
How do you use billing.php and order_confirm.php?
Hi there!
Thank you so much for a great recurring payment example. Excellent work!
-
Is it true that this code package doesn't contain a sample page for success and failure? (I have no problem writing my own...but I wanted to verify that wasn't already provided).
-
How do I use the billing.php and order_confirm.php & review.php files? When I navigate directly to those files in my browser, I get an error saying "the token has expired"(order_confirm.php) or "Timeout processing request"(billing.php). I'm therefore assuming these two files must be called by another file, and are perhaps not meant to be called directly. Could you clarify?