From 271732fa2b978ffec560b7a8527a8382e3bc5455 Mon Sep 17 00:00:00 2001 From: tanxiaoyong Date: Sat, 13 May 2023 14:43:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=A2=E5=8D=95=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=98=BE=E7=A4=BA=E5=AD=97=E6=AE=B5=EF=BC=8C=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E4=BD=BF=E7=94=A8status=5Fformat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/checkout/success.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/checkout/success.blade.php b/themes/default/checkout/success.blade.php index 3373306e..71a591ae 100644 --- a/themes/default/checkout/success.blade.php +++ b/themes/default/checkout/success.blade.php @@ -40,7 +40,7 @@ {{ $order->number }} {{ $order->created_at }} - {{ __("common.order.{$order->status}") }} + {{ $order->status_format }} {{ currency_format($order->total, $order->currency_code, $order->currency_value) }} @@ -103,4 +103,4 @@ } -@endsection \ No newline at end of file +@endsection