Hello,
We have a client trying to use the PayPal gateway via WooCommerce in Wordpress but are getting errors upon submitting a shopping cart order.
The customer is using Plesk provided PHP version.
A section of the PayPal gateway code which I believe is causing the problem is this:
Upon submitting a test order, logs show the following error:
WooCommerce Paypal not working due to CURL/NSS issues
We have a client trying to use the PayPal gateway via WooCommerce in Wordpress but are getting errors upon submitting a shopping cart order.
The customer is using Plesk provided PHP version.
A section of the PayPal gateway code which I believe is causing the problem is this:
Code:
curl_setopt( $handle, CURLOPT_SSL_CIPHER_LIST, 'TLSv1' );
Code:
WC_Gateway_PPEC_Client::_request: exception is thrown while trying to...