You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.0 KiB
34 lines
1.0 KiB
2 years ago
|
This is a receipt for your recent purchase on <%- payment.created_at %>. No payment is due with this receipt.
|
||
|
|
||
|
<%- company.product %>( https://<%- company.website %> )
|
||
|
|
||
|
Hi <%- user.full_name %>,
|
||
|
|
||
|
Thanks for purchasing [<%- company.product %>]. This email is the receipt for your purchase. No payment is due.
|
||
|
|
||
|
This purchase will appear as "<%- company.credit_line %>" on your credit card statement.
|
||
|
|
||
|
Receipt ID: <%- payment.receipt_id %>
|
||
|
--------------
|
||
|
<%- payment.created_at %>
|
||
|
|
||
|
Description
|
||
|
<%- course.description %>
|
||
|
|
||
|
Amount: <%- course.currency_symbol %><%- course.price %><%- course.currency %>
|
||
|
============================
|
||
|
Total: <%- course.currency_symbol %><%- course.price %><%- course.currency %>
|
||
|
============================
|
||
|
|
||
|
If you have any questions about this receipt, simply reply to this email.
|
||
|
|
||
|
Cheers,
|
||
|
The <%- company.product %> Team
|
||
|
|
||
|
Copyright <%- company.copyright_date %> <%- company.owner %>. All rights reserved.
|
||
|
|
||
|
<%- company.name %>
|
||
|
<%- company.street %>
|
||
|
<%- company.city %>, <%- company.state %>
|
||
|
<%- company.zip_code %>
|