After updating to Magento 2.4.4 the customer name is not displayed in my confirmation mail. I tried all variations I could find:
{{var customer.firstname}}
{{trans "%customer_name " customer_name=$order.getShippingAddress().getFirstName()}}
{{trans "%customer_name " customer_name=$order.getBillingAddress().getFirstName()}}
{{trans "Hello %customer_name," customer_name=$customer.name}}
Nothing works. Was there a change in 2.4.x?
Thanks for helping out!