开发者

Setting the country and language when redirecting to login page of paypal

After having aquired a token via express checkout I redirect the user to paypal using this tag:

<meta HTTP-EQUIV="REFRESH" content="1; url=https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&lc=FR&country=FR&token=EC-sometoken"></meta>

Even if I set country=FR and lc=FR I always ge开发者_如何学JAVAt the login page displayed in german language and with german payment methods.

Is there another way to set language and country?

Apart from that the payment works and I can select a different country (not language) on the loginpage.


I turned out that I had to set the attribute LocaleCode in SetExpressCheckoutRequestType when I request the token.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜