Welcome Guest, Not a member yet? Register   Sign In
PayPal cancel URL issue
#1

[eluser]OJ[/eluser]
I hoping someone will help me resolve this.
I am in the middle of testing a paypal integration but have an issue with link on the review page where the customer can cancel and return to your site.
Here is what I have.
$cancelURL = site_url('/order/cancel');

The issue is paypal appends a token and the return urls looks like:
www.mysite.com/order/cancel?EC-2xxxxxxxxx

Because of this I get 404 error.
Does any one know how I can get rid of the token so that my return url will simply be:

www.mysite.com/order/cancel

This wouldn't have been an issue if I was using traditional php and not CI.
Any help will be appreciated




Theme © iAndrew 2016 - Forum software by © MyBB