fixed typo
This commit is contained in:
@@ -4,7 +4,7 @@ type AddProductToBasketRequest struct {
|
||||
ProductID int `json:"product_id"`
|
||||
}
|
||||
|
||||
type ProductAddToBasketResponse struct {
|
||||
type AddProductToBasketResponse struct {
|
||||
BasketID string `json:"basket_id"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user