catalog update

This commit is contained in:
Piotr Biernat 2022-12-23 09:44:43 +01:00
parent 7de07b9ef0
commit 77fd417f4e

View File

@ -22,7 +22,7 @@ type GetProductListRequest struct {
} }
type GetProductListResponse struct { type GetProductListResponse struct {
Products []GetProductResponse `json:"-"` Products []GetProductResponse `json:"products"`
} }
type AddProductToBasketRequest struct { type AddProductToBasketRequest struct {