growth_value
parent
950368f495
commit
3b6f71bdcd
|
|
@ -24,7 +24,7 @@ class OrderProfitResource extends JsonResource
|
|||
'phone' => $this->fromUser?->phone
|
||||
]),
|
||||
|
||||
'growth_value' => (int)$this->growth_value,
|
||||
'growth_value' => (float)$this->growth_value,
|
||||
'ratio' => $this->ratio,
|
||||
'money' => (int)$this->money,
|
||||
'sub_money' => (int)$this->sub_money,
|
||||
|
|
|
|||
Loading…
Reference in New Issue