Skip to content

Commit

Permalink
Merge pull request #505 from mercadopago/fix/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rhames07 committed Apr 2, 2024
2 parents 119acdf + 606a496 commit a12d7a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Simple usage looks like:
// Step 1: Require the library from your Composer vendor folder
require_once 'vendor/autoload.php';

use MercadoPago\Client\Common\RequestOptions;
use MercadoPago\Client\Payment\PaymentClient;
use MercadoPago\Exceptions\MPApiException;
use MercadoPago\MercadoPagoConfig;
Expand Down Expand Up @@ -97,6 +98,7 @@ Simple usage looks like:
```php
require_once 'vendor/autoload.php';

use MercadoPago\Client\Common\RequestOptions;
use MercadoPago\Client\Payment\PaymentClient;
use MercadoPago\Exceptions\MPApiException;
use MercadoPago\MercadoPagoConfig;
Expand Down

0 comments on commit a12d7a3

Please sign in to comment.