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