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