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 bea13dc commit 9963f40Copy full SHA for 9963f40
guides/marketplace/web-checkout/testing-marketplace.pt.md
@@ -31,7 +31,7 @@ Você deve fazer a seguinte requisição à API para criar cada um dos usuários
31
```curl
32
curl -X POST \
33
-H "Content-Type: application/json" \
34
-"https://api.mercadopago.com/users/test_user?access_token=PROD_ACCESS_TOKEN" \
+"https://api.mercadopago.com/users/test_user?access_token=ACCESS_TOKEN" \
35
-d '{"site_id":"[FAKER][GLOBALIZE][UPPER_SITE_ID]"}'
36
```
37
0 commit comments