From 8630eb77558ee2be09b1f000ad4e0d59612e875d Mon Sep 17 00:00:00 2001 From: Ryan Westfall Date: Fri, 31 Jul 2026 04:34:54 -0700 Subject: [PATCH] Update company_site/financial/templates/emails/invoice_pay_link.html for Stripe invoices (#23) --- .../templates/emails/invoice_pay_link.html | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 company_site/financial/templates/emails/invoice_pay_link.html diff --git a/company_site/financial/templates/emails/invoice_pay_link.html b/company_site/financial/templates/emails/invoice_pay_link.html new file mode 100644 index 0000000..9ac8b0c --- /dev/null +++ b/company_site/financial/templates/emails/invoice_pay_link.html @@ -0,0 +1,48 @@ + + + + + + {{ subject }} + + + +
+
+

AI ML Operations

+
+
+

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_dollars }} USD

+

+ + {% if kind == "subscription" %}Complete checkout{% else %}Pay invoice{% endif %} + +

+

Or open this link:
{{ pay_url }}

+

Thank you,
AI ML Operations, LLC

+
+ +
+ +