Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 77fd417f4e |
@@ -22,7 +22,7 @@ type GetProductListRequest struct {
|
||||
}
|
||||
|
||||
type GetProductListResponse struct {
|
||||
Products []GetProductResponse `json:"-"`
|
||||
Products []GetProductResponse `json:"products"`
|
||||
}
|
||||
|
||||
type AddProductToBasketRequest struct {
|
||||
|
||||
Reference in New Issue
Block a user