This is the template project that's checked out and configured when you run the bando-up command from ljsthw-bandolier. This is where the code really lives.
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.
 
 
 
 
bandolier-template/emails/receipt.txt

33 lines
1.0 KiB

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 %>