From 559c4b139a0cd5ccc1539bcf3a062d278fa1c6e7 Mon Sep 17 00:00:00 2001 From: rhames07 Date: Tue, 3 Oct 2023 12:39:40 -0300 Subject: [PATCH] Add migration guide --- MIGRATION_GUIDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MIGRATION_GUIDE.md b/MIGRATION_GUIDE.md index 1221ecf2..5a84a28a 100644 --- a/MIGRATION_GUIDE.md +++ b/MIGRATION_GUIDE.md @@ -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) { @@ -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.