fixed typo

This commit is contained in:
PB
2022-12-20 11:14:52 +01:00
parent f8d064fa35
commit 9fc3ec9350

View File

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