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 @@
Dear = htmlspecialchars(ucfirst($client->getFirstName()) . " " . ucfirst($client->getLastName())) ?>,
+Dear = htmlspecialchars($client_full_name) ?>,
Thank you for your purchase at Steamy Sips! We've received your order successfully. You can find your purchase information