purchase: adjust item quantity note

This commit is contained in:
Spirtix 2024-07-25 22:32:45 +02:00
parent c8b4f94005
commit a7fad515cd

View File

@ -2287,8 +2287,8 @@ public class ContentController : Controller {
Quantity = 0 Quantity = 0
}, i.Value)); }, i.Value));
} }
// NOTE: The quantity of purchased items is always 0 and the items are instead duplicated in both the request and the response. // NOTE: The quantity of purchased items can always be 0 and the items are instead duplicated in both the request and the response.
// Call AddItemToInventoryAndGetResponse with Quantity == 1 we get response with quantity == 0. // Item quantities are used for non-store related requests/responses.
return new CommonInventoryResponse { return new CommonInventoryResponse {
Success = true, Success = true,