Доработка апи
parent
3a9b1d35a6
commit
6b02c057f1
|
|
@ -269,7 +269,7 @@ class MobileApiController extends Controller
|
|||
'fuel_tank' => $mark?->fuel_tank ?? '50',
|
||||
'class' => $class->name ?? 'Эконом',
|
||||
'bodywork' => $bodywork->name ?? 'Седан',
|
||||
'deposit' => $tariffs_new[0]['deposit'] ?? '30000',
|
||||
'deposit' => $tariffs_new[0]['deposit'] ?? 30000,
|
||||
'conditioner' => $mark?->conditioner,
|
||||
'photo' => $colorPath,
|
||||
'tariffs' => $tariffs_new,
|
||||
|
|
|
|||
Loading…
Reference in New Issue