Added Quantity field to RemoveFromBasket DTO
This commit is contained in:
@@ -39,6 +39,7 @@ type AddProductToBasketResponseDTO struct {
|
||||
type RemoveFromBasketRequestDTO struct {
|
||||
BasketID string `json:"basket_id"`
|
||||
ProductID string `json:"product_id"`
|
||||
Quantity int `json:"quantity"`
|
||||
}
|
||||
|
||||
type RemoveFromBasketResponseDTO struct {
|
||||
|
||||
Reference in New Issue
Block a user