Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7bcb71acf |
@@ -39,6 +39,7 @@ type AddProductToBasketResponseDTO struct {
|
|||||||
type RemoveFromBasketRequestDTO struct {
|
type RemoveFromBasketRequestDTO struct {
|
||||||
BasketID string `json:"basket_id"`
|
BasketID string `json:"basket_id"`
|
||||||
ProductID string `json:"product_id"`
|
ProductID string `json:"product_id"`
|
||||||
|
Quantity int `json:"quantity"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type RemoveFromBasketResponseDTO struct {
|
type RemoveFromBasketResponseDTO struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user