We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93a64e commit 5542c81Copy full SHA for 5542c81
app/code/Magento/Sales/Model/Service/PaymentFailuresService.php
@@ -283,7 +283,7 @@ private function getLocaleDate(): string
283
*/
284
private function getCustomerName(Quote $quote): string
285
{
286
- $customer = __('Guest');
+ $customer = __('Guest')->render();
287
if (!$quote->getCustomerIsGuest()) {
288
$customer = $quote->getCustomer()->getFirstname() . ' ' .
289
$quote->getCustomer()->getLastname();
0 commit comments