diff --git a/backend/src/main/resources/templates/email/payment-confirmed.html b/backend/src/main/resources/templates/email/payment-confirmed.html new file mode 100644 index 0000000..657f1ef --- /dev/null +++ b/backend/src/main/resources/templates/email/payment-confirmed.html @@ -0,0 +1,111 @@ + + + + + Payment Confirmed + + + +
+
+

Payment confirmed for order #00000000

+
+ +
+

Hi Customer,

+

Your payment has been confirmed and your order is now in production.

+ +
+ Current status: In production. +
+ +
+ + + + + + + + + +
Order number00000000
TotalCHF 0.00
+
+ +

The paid invoice PDF is attached to this email.

+

+ View order status: + https://example.com/en/co/00000000-0000-0000-0000-000000000000 +

+

We will notify you when shipment is ready.

+
+ + +
+ + diff --git a/backend/src/main/resources/templates/email/payment-reported.html b/backend/src/main/resources/templates/email/payment-reported.html new file mode 100644 index 0000000..c7d2b72 --- /dev/null +++ b/backend/src/main/resources/templates/email/payment-reported.html @@ -0,0 +1,110 @@ + + + + + Payment Reported + + + +
+
+

Payment reported for order #00000000

+
+ +
+

Hi Customer,

+

We received your payment report and we are now verifying it.

+ +
+ Current status: Payment under verification. +
+ +
+ + + + + + + + + +
Order number00000000
TotalCHF 0.00
+
+ +

+ Check order status: + https://example.com/en/co/00000000-0000-0000-0000-000000000000 +

+

You will receive another email once payment is confirmed.

+
+ + +
+ +