Update company_site/financial/templates/emails/invoice_pay_link.txt for Stripe invoices (#23)

This commit is contained in:
2026-07-31 04:35:00 -07:00
parent fe4fcfdd13
commit 33859fa28b
@@ -0,0 +1,12 @@
Hello {{ customer_name }},
{% if kind == "subscription" %}Please complete checkout to start your recurring payment:{% else %}You have a new invoice ready for payment:{% endif %}
{{ description }}
Amount: ${{ amount_dollars }} USD
{% if kind == "subscription" %}Checkout link:{% else %}Pay invoice:{% endif %}
{{ pay_url }}
Thank you,
AI ML Operations, LLC