From a1626dc21bc39c29af53d3e3f4812b0b7b09c0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?what=5F=E6=9D=91=E9=95=BF?= <178277164@qq.com> Date: Sun, 14 May 2023 12:31:56 +0000 Subject: [PATCH] =?UTF-8?q?!95=20=E8=B0=83=E6=95=B4=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA=E5=AD=97=E6=AE=B5=20*=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=A2=E5=8D=95=E7=8A=B6=E6=80=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=AD=97=E6=AE=B5=EF=BC=8C=E7=BB=9F=E4=B8=80=E4=BD=BF?= =?UTF-8?q?=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