offline order add is tesla
This commit is contained in:
parent
793fce54e5
commit
bbf69eaeb5
@ -177,6 +177,8 @@ class OfflineOrderService
|
|||||||
'mobile' => $offline_order->mobile,
|
'mobile' => $offline_order->mobile,
|
||||||
'price' => $offline_order->price,
|
'price' => $offline_order->price,
|
||||||
'agency_id' => $offline_order->agency_id,
|
'agency_id' => $offline_order->agency_id,
|
||||||
|
"is_tesla" => $data["is_tesla"] ?? 0,
|
||||||
|
"filiale_id" => $data["filiale_id"] ?? null,
|
||||||
];
|
];
|
||||||
|
|
||||||
$offline_order->main_order()->update($order_data);
|
$offline_order->main_order()->update($order_data);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user