Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e8a075d5d | |||
| 9fc3ec9350 |
@@ -4,7 +4,8 @@ type AddProductToBasketRequest struct {
|
|||||||
ProductID int `json:"product_id"`
|
ProductID int `json:"product_id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ProductAddToBasketResponse struct {
|
type AddProductToBasketResponse struct {
|
||||||
|
ProductID int `json:"product_id"`
|
||||||
BasketID string `json:"basket_id"`
|
BasketID string `json:"basket_id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user