We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df486b7 commit bea13dcCopy full SHA for bea13dc
guides/marketplace/web-checkout/testing-marketplace.es.md
@@ -29,7 +29,7 @@ Debes efectuar la siguiente llamada a la API para crear cada uno de los usuarios
29
```curl
30
curl -X POST \
31
-H "Content-Type: application/json" \
32
-"https://api.mercadopago.com/users/test_user?access_token=PROD_ACCESS_TOKEN" \
+"https://api.mercadopago.com/users/test_user?access_token=ACCESS_TOKEN" \
33
-d '{"site_id":"[FAKER][GLOBALIZE][UPPER_SITE_ID]"}'
34
```
35
0 commit comments