MercadoPago plugin

More
7 years 11 months ago #7383 by AleSosa
MercadoPago plugin was created by AleSosa
Hi Viet!

MercadoPago stopped providing support for SSL 3.0 and is necessary to update the SDK:

developers.mercadopago.com/baja-protocolo-ssl3/

Upgrade options are:

- Replace mercadopago.php file for the updated version of GitHub: github.com/mercadopago/sdk-php/blob/master/lib/mercadopago.php
- Or using Composer: github.com/mercadopago/sdk-php/#install
- Or manually changing the lib / mercadopago.php file, excluding these lines in the MPRestClient class:

curl_setopt($connect, CURLOPT_CAINFO, $GLOBALS["LIB_LOCATION"] . "/cacert.pem");
curl_setopt($connect, CURLOPT_SSLVERSION, 3);

- Delete the file: lib / cacert.pem

Regards!

Please Log in or Create an account to join the conversation.

More
7 years 11 months ago #7386 by vietvh
Replied by vietvh on topic MercadoPago plugin
Hi AleSosa,

Thank you for the update, we will add it to next release.

Regards,

Please Log in or Create an account to join the conversation.

Moderators: solidres
Powered by Kunena Forum

All the things you need to make your work easier. Did you like Solidres?