update
This commit is contained in:
parent
9fc3ec9350
commit
1e8a075d5d
@ -5,7 +5,8 @@ type AddProductToBasketRequest struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type AddProductToBasketResponse struct {
|
type AddProductToBasketResponse struct {
|
||||||
BasketID string `json:"basket_id"`
|
ProductID int `json:"product_id"`
|
||||||
|
BasketID string `json:"basket_id"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type RemoveProductFromBasketRequest struct {
|
type RemoveProductFromBasketRequest struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user