Skip to content

Commit 470976d

Browse files
committed
Fixed bug that caused Order ID to not populate in the Luma theme's credit memo email for guest
1 parent 28e6499 commit 470976d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</tr>
3434
<tr class="email-summary">
3535
<td>
36-
<h1>{{trans "Your Credit Memo #%creditmemo_id for Order #%order_id" creditmemo_id=$creditmemo.increment_id order_id=$order.incrh1ent_id}}</h1>
36+
<h1>{{trans "Your Credit Memo #%creditmemo_id for Order #%order_id" creditmemo_id=$creditmemo.increment_id order_id=$order.increment_id}}</h1>
3737
</td>
3838
</tr>
3939
<tr class="email-information">

0 commit comments

Comments
 (0)