Compare commits

...

1 Commits

Author SHA1 Message Date
1e8a075d5d update 2022-12-20 11:22:24 +01:00

View File

@@ -5,7 +5,8 @@ type AddProductToBasketRequest struct {
}
type AddProductToBasketResponse struct {
BasketID string `json:"basket_id"`
ProductID int `json:"product_id"`
BasketID string `json:"basket_id"`
}
type RemoveProductFromBasketRequest struct {