Skip to content

Commit bea13dc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Debes efectuar la siguiente llamada a la API para crear cada uno de los usuarios
2929
```curl
3030
curl -X POST \
3131
-H "Content-Type: application/json" \
32-
"https://api.mercadopago.com/users/test_user?access_token=PROD_ACCESS_TOKEN" \
32+
"https://api.mercadopago.com/users/test_user?access_token=ACCESS_TOKEN" \
3333
-d '{"site_id":"[FAKER][GLOBALIZE][UPPER_SITE_ID]"}'
3434
```
3535

0 commit comments

Comments
 (0)