diff --git a/themes/default/account/order_info.blade.php b/themes/default/account/order_info.blade.php index 96935bf6..29dba1cc 100644 --- a/themes/default/account/order_info.blade.php +++ b/themes/default/account/order_info.blade.php @@ -206,7 +206,7 @@ @foreach ($order->orderHistories as $orderHistory) - {{ $orderHistory->status }} + {{ $orderHistory->status_format }} {{ $orderHistory->comment }} {{ $orderHistory->created_at }}