Skip to content

Commit

Permalink
Add migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rhames07 committed Oct 3, 2023
1 parent 9e5f8ad commit 559c4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ catch (MPApiException $e) {
}
```

And not API errors can be catched by using the standart Exception.
And not API errors can be catched by using the standard Exception.

```php
catch (Exception $e) {
Expand All @@ -157,7 +157,7 @@ catch (Exception $e) {
### Step 5: Review the Documentation
The new version of the MercadoPago PHP SDK comes with more comprehensive and up-to-date documentation. We recommend that you review the documentation to understand all the changes and take advantage of the new available features.

- [SDKs documentation](https://www.mercadopago.com.br/developers/en/docs/sdks-library/server-side).
- [SDKs documentation](https://www.mercadopago.com/developers/en/docs/sdks-library/server-side).

## Conclusion
This guide has provided the necessary steps to migrate from MercadoPago PHP SDK v2 to the new version. We hope this information is helpful to you and that you make the most of the resources and improvements available in the new version.
Expand Down

0 comments on commit 559c4b1

Please sign in to comment.