Changed template variable name in email template for new order notification
This commit is contained in:
parent
4ad45dfd43
commit
d7625712f1
2 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@
|
|||
Memory: {{memory}} <br/>
|
||||
Storage: {{storage}} <br/>
|
||||
Price: {{price}} <br/>
|
||||
Template: {{template_id}} <br/>
|
||||
Template: {{template}} <br/>
|
||||
|
||||
</p></td>
|
||||
</tr>
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
Memory: {{memory}} <br/>
|
||||
Storage: {{storage}} <br/>
|
||||
Price: {{price}} <br/>
|
||||
Template: {{template_id}} <br/>
|
||||
Template: {{template}} <br/>
|
||||
|
||||
</p></td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue