I’m working on a website that is upgraded to Magento2.4.4
, now getting errors on emails (missing customer and shipping details, etc). After testing found that changing variables like customer_name=$order.getCustomerName()
into customer_name=$order_data.customer_name
resolved the issue. I’m curious about which version the variables get changed to because the old code was working fine on the old version. So any details about the variables/issue related shared will be appreciated. Thanks