Magento 2 Email reward points customer name is not displaying
I am using the default Reward email template, which is following {{template config_path="design/email/header_template"}} <p class="greeting">{{trans "%name," name=$customer.getName()}}</p> <p> {{trans "You have %points_balance points that may be used in our store:" points_balance=$points_balance}} <a href="{{store url=""}}">{{var store.getFrontendName()}}</a>. </p> <p>{{trans '<a href="%unsubscription_url">Unsubscribe</a> from…