Skip to content

Commit d34c41b

Browse files
admanesachinnathanjosiah
authored andcommitted
MC-20548: Refactor sales module email templates to use scalar variables.
Fix variable name in template.
1 parent fd721b1 commit d34c41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/design/frontend/Magento/luma/Magento_Sales/email/order_new_guest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!--@vars {
99
"var formattedBillingAddress|raw":"Billing Address",
1010
"var order_data.email_customer_note":"Email Order Note",
11-
"var order.billingAddress.name":"Guest Customer Name",
11+
"var order.billing_address.name":"Guest Customer Name",
1212
"var created_at_formatted":"Order Created At (datetime)",
1313
"var order.increment_id":"Order Id",
1414
"layout handle=\"sales_email_order_items\" order=$order":"Order Items Grid",

0 commit comments

Comments
 (0)