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