Skip to content

Commit 9963f40

Browse files
author
Adriano Fonseca
authored
Update guides/marketplace/web-checkout/testing-marketplace.pt.md
1 parent bea13dc commit 9963f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/marketplace/web-checkout/testing-marketplace.pt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Você deve fazer a seguinte requisição à API para criar cada um dos usuários
3131
```curl
3232
curl -X POST \
3333
-H "Content-Type: application/json" \
34-
"https://api.mercadopago.com/users/test_user?access_token=PROD_ACCESS_TOKEN" \
34+
"https://api.mercadopago.com/users/test_user?access_token=ACCESS_TOKEN" \
3535
-d '{"site_id":"[FAKER][GLOBALIZE][UPPER_SITE_ID]"}'
3636
```
3737

0 commit comments

Comments
 (0)