From 037f3749eef41f787cb636d50a3837a1334dcc85 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Wed, 13 Mar 2019 16:52:06 +0800 Subject: [PATCH] large changes --- app/Classes/Modules/Orders/Services/ListsOrderHistory.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Classes/Modules/Orders/Services/ListsOrderHistory.php b/app/Classes/Modules/Orders/Services/ListsOrderHistory.php index da51652..43317c2 100644 --- a/app/Classes/Modules/Orders/Services/ListsOrderHistory.php +++ b/app/Classes/Modules/Orders/Services/ListsOrderHistory.php @@ -36,6 +36,7 @@ class ListsOrderHistory break; case Constants::ORDER_WAREHOUSE_PACKING_STEP: $history->push(['date' => $step->updated_at->format('d-m-Y H:i'), 'description' => 'Your Order has been loaded into container']); + $history->push(['date' => $step->updated_at->format('d-m-Y H:i'), 'description' => 'Invoice has been issued, waiting for shipping payment']); break; case Constants::ORDER_SHIPPING_STEP: $history->push(['date' => $step->updated_at->format('d-m-Y H:i'), 'description' => 'Arrived to Malaysian port']);