You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update README.md
Fixed broken license badge and broken link to credentials page. In the further information links list: Swapped "APIs" with the newer, more complete developer docs page. Added link to Bricks and removed deprecated Web Tokenize Checkout link.
* Remove .br
Co-authored-by: Lucas Mantovani <[email protected]>
* Remove .br
Co-authored-by: Lucas Mantovani <[email protected]>
---------
Co-authored-by: Lucas Mantovani <[email protected]>
This library provides developers with a simple set of bindings to help you integrate Mercado Pago API to a website and start receiving payments.
8
8
@@ -18,7 +18,7 @@ Run ```gem install mercadopago-sdk```
18
18
19
19
First time using Mercado Pago? Create your [Mercado Pago account](https://www.mercadopago.com).
20
20
21
-
Copy your `Access Token` in the [credentials panel](https://www.mercadopago.com/developers/panel/credentials) and replace the text `YOUR_ACCESS_TOKEN` with it.
21
+
Copy your `Access Token` in the [credentials panel](https://www.mercadopago.com/developers/panel/app) and replace the text `YOUR_ACCESS_TOKEN` with it.
22
22
23
23
### Simple usage
24
24
@@ -62,10 +62,10 @@ payment = result[:response]
62
62
## 📚 Documentation
63
63
64
64
Visit our Dev Site for further information regarding:
0 commit comments