Error in PayPal URL (code posted here)
Greetings Support,
After much dialogogue with PayaPal - they found the "problem" in the code that is causing me not to be able to function / interact properly. I do not know where this code is to be found in Jobroller. Here is the info from PayPal which is pretty explicit. They sent me an email so I could pass it on.
Hope you can assist... Regards, Mark @ VancouverGameJobs.ca (I can supply you with my admin login if you desire)
Hello Mark,
Here is the URL you're redirecting to:
https://www.paypal.com/webscr?cmd=_x...rm=2&custom=19
If you remove the less than and greater than encoding values (%3Cp%3E) it corrects the problem and redirects successfully:
https://www.paypal.com/webscr?cmd=_x...rm=2&custom=19
If you can find a way to remove "%3Cp%3E" from the string you're using to redirect to PayPal the problem will be resolved. The issue there is I don't know which script generates the item name value and posts it to PayPal.