File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ First time using Mercado Pago? Create your [Mercado Pago account](https://www.me
21212 . Install PHP SDK for MercadoPago running in command line:
2222
2323```
24- composer require "mercadopago/dx-php:3.7.1 "
24+ composer require "mercadopago/dx-php:3.8.0 "
2525```
2626
2727> You can also run _ composer require "mercadopago/dx-php:2.6.2"_ for PHP7.1 or _ composer require "mercadopago/dx-php:1.12.6"_ for PHP5.6.
Original file line number Diff line number Diff line change 1010class MercadoPagoConfig
1111{
1212 /** @var string Mercado Pago SDK version. */
13- public static string $ CURRENT_VERSION = "3.7.1 " ;
13+ public static string $ CURRENT_VERSION = "3.8.0 " ;
1414
1515 /** @var string Mercado Pago Base URL */
1616 public static string $ BASE_URL = "https://api.mercadopago.com " ;
You can’t perform that action at this time.
0 commit comments