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