This commit is contained in:
pasha1coil 2025-11-14 14:45:40 +03:00
parent b9efa4544a
commit 3c4b860f40

@ -134,7 +134,7 @@ type ServiceYclientsRule struct {
ID int `json:"id"`
FirstCost int `json:"first_cost"`
Discount int `json:"discount"`
Cost int `json:"cost"`
Cost float64 `json:"cost"`
}
type YclientsCustomFieldsType string