valueOrders
This commit is contained in:
parent
e67c421852
commit
96d554676e
@ -113,7 +113,7 @@ class AddedOrderSync extends Command
|
||||
foreach ($data as &$value) {
|
||||
$i = array_count_values($simArray)[$value['sim']] ?? 0;
|
||||
array_push($simArray, $value['sim']);
|
||||
$valueOrders = $orders[$value['sim']] ?? 0;
|
||||
$valueOrders = $orders[$value['sim']] ?? [];
|
||||
|
||||
$value['virtual_order_id'] = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user