Hi guys, I am facing a big trouble when integrating PayPal Express Checkout in classic ASP.
The code provided by PayPal at the "PayPal Integration Wizard" works perfectly when run without Option Explicit
.
When I put into my coding pages and call to the functions provided, I am facing big trouble: My existing pages all use Option Explicit
.
This results in me having to manually declare all variables in the PayPal functions.
The sample PayPal functions consist of many array/list/object/index for setting up the name/value pairs necessary to call the PayPal site. It is totally not easy for me to change it over to all correct declaration, since I am not ASP expert and project deadline is tight.
Can anyone give me some advice?