Hello,
We are facing a strange issue, we are using ExpressCheckout flow and as you guys know we have the following 3 steps:
1. SetExpressCheckout
2. GetExpressCheckout
3. DoExpressCheckout
The first step works fine, that is 'SetExpressCheckout' we get the token, once we get the token, we have to redirect to the PayPal site, please find below the code that is doing that:
header("Location:".$CustomerRedirectTo.$EC_Value)
where $CustomerRedirectTo = 'https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&useraction=commit&token=' and the $EC_Value contains the token.
This is not happening, basically the page is not getting redirected to the PayPal login page, the strange thing is that it works for us developers in India, however for my client in Australia it doesnt seem to work, here goes the link to the video:
http://screencast.com/t/GVDZTJ7bMR
Yes, i am sure the code is hitting the above line, there is no logical issue, the issue is that the redirect doesnt happen.
Any ideas? Thanks in advance.
Cheers
Vasan