catalog update
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user