Compare commits

..

1 Commits

Author SHA1 Message Date
7de07b9ef0 catalog update 2022-12-23 09:36:40 +01:00

View File

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