uuid -> id

This commit is contained in:
Eden Kirin
2023-03-31 17:20:23 +02:00
parent d45aca6c30
commit 80c7c80451
2 changed files with 13 additions and 13 deletions

View File

@ -39,7 +39,7 @@ POST http://localhost:8010/player/test-player-pero/product/purchase
Content-Type: application/json
{
"product_uuid": "cocacola-id"
"product_id": "cocacola-id"
}
###