From 87670b491f7398d933338f75ca7ccd48832a3bd1 Mon Sep 17 00:00:00 2001 From: creme332 <65414576+creme332@users.noreply.github.com> Date: Sun, 19 May 2024 15:13:41 +0400 Subject: [PATCH] replace $client variable with $client_full_name --- src/views/mails/OrderConfirmation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/mails/OrderConfirmation.php b/src/views/mails/OrderConfirmation.php index affe2a1f..ff7fbedb 100644 --- a/src/views/mails/OrderConfirmation.php +++ b/src/views/mails/OrderConfirmation.php @@ -10,7 +10,7 @@ * * @var Order $order order order * @var Store $store Store - * @var Client $client First name of person who placed the order + * @var string $client_full_name Full name of person who placed the order * * Ref: https://github.com/leemunroe/responsive-html-email-template */ @@ -33,7 +33,7 @@

Order Confirmation

-

Dear getFirstName()) . " " . ucfirst($client->getLastName())) ?>,

+

Dear ,

Thank you for your purchase at Steamy Sips! We've received your order successfully. You can find your purchase information