We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc51893 commit 2fca894Copy full SHA for 2fca894
1 file changed
README.md
@@ -31,7 +31,7 @@ Thats all, you have Mercado Pago SDK installed.
31
import mercadopago
32
import json
33
34
-mp = mercadopago.MP("CLIENT_ID", "CLIENT_SECRET")
+mp = mercadopago.MP("YOUR_ACCESS_TOKEN")
35
36
def index(req, **kwargs):
37
preference = {
0 commit comments