Magento PayPal express checkout (quick checkout) page does not jump to the Liberation method of PayPal
In magento 1.9.0.1, PayPal quick checkout has been set up, but does not jump when you click PayPal to pay. After searching online for a long time, some friends said that PHP's curl was not opened, but I did not jump to it.
I opened the magento log function and encountered an exception when I clicked PayPal for payment. The exception log is as follows:
Exception 'exception' with message' PayPal NVP curl connection Error #6: cocould not Resolve Host: api-3t.paypal.com 'in D: \ www \ app \ code \ core \ mage \ PayPal \ model \ API \ NVP. PHP 983
Solution:
Background
System-> Configuration-> payment methods-> PayPal express checkout-> Configure
Find
Enable SSL verification under advanced settings is set to no, and then go to the front-end to see it.
Bottom
There is also a PayPal billing agreement settings setting, which also has an enable SSL verification item. I still don't know what the difference is from the above. The default value here is yes. It can also be adjusted without changing the front-end, but I am worried about a problem in some situations, I changed it to "no" here. If any fairy knows the difference between PayPal billing agreement settings and advanced settings. Thank you for your advice.