mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-22 05:54:14 +00:00
large commit
This commit is contained in:
@@ -40,8 +40,9 @@ class ListsOrderHistory
|
||||
switch ($step->reference_id){
|
||||
case OrderSteps::ORDER_PROCESSING_STEP:
|
||||
$warehous = OrderWarehouse::where('order_id', $orderId)->first();
|
||||
dd($warehous);
|
||||
if($warehous){
|
||||
dd($warehous->id);
|
||||
|
||||
$this->history->push(['type' => 1, 'date' => $completeDate, 'description' => Warehouse::where('id', $warehous->id)->first()->name.' confirmed as your order\'s warehouse']);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user