简体   繁体   English

我的贝宝链接未重定向到贝宝网站

[英]My paypal link does not redirect to the paypal site

I've migrate my magento from 1.5 to 1.7, but problem is coming in http://dev.sinergiprima.co.id/wasis/checkout/cart/ page, when i click link paypal, it is not redirect to paypal site but it redirect again in http://dev.sinergiprima.co.id/wasis/checkout/cart/ , Does any body can help me? 我已经将magento从1.5迁移到1.7,但是问题出在http://dev.sinergiprima.co.id/wasis/checkout/cart/页面,当我单击链接Paypal时,它不会重定向到Paypal网站,而是它在http://dev.sinergiprima.co.id/wasis/checkout/cart/中再次重定向,有什么机构可以帮助我吗? I'm depressed to think of it, really need your helps guys.. 我很沮丧地想到它,真的需要您的帮助。

I solved it by adding: 我通过添加解决了它:

curl_setopt($this->_getResource(), CURLOPT_SSLVERSION, 3);

to the write function in lib/Varien/Http/Adapter 到lib / Varien / Http / Adapter中的写函数

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM