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