Well....
If you want the easy answer, which I found about two minutes ago
//paypal.contentType = "application/x-www-form-urlencoded"; <-- this is the
problem
paypal.headers["contentType"] = "application/x-www-form-urlencoded";
paypal.headers["Authorization"] = "Basic " + s;
On Friday, April 1, 2016 5:11 PM, leokan23 <[email protected]> wrote:
I tried it and this works perfectly.
I have no idea why using httpservice instead didn't work.
Thanks for all the help :)
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/PayPal-integration-Error-2096-tp12359p12394.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.