Change price type float to int
This commit is contained in:
@@ -5,5 +5,5 @@ type ProductPriceRequest struct {
|
||||
}
|
||||
|
||||
type ProductPriceResponse struct {
|
||||
Price float64 `json:"price"`
|
||||
Price int `json:"price"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user