From 91cff707c6b40312d680887dadd349d4e9fc6c84 Mon Sep 17 00:00:00 2001 From: Antoine D <106921102+Suboyyy@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:58:16 +0100 Subject: [PATCH] Feat/send ticket (#270) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat: new email system * feat: add General Mail route * feat: back to street legal * feat: add sendTemplate * fix: it's better with .fr * fix: update email template topics * fix: add return and fix preview undefined * fix: change minor mail target * fix: lint * fix: lint2 * test: disable mail tests * test: disable other mail test * feat: mail smtp * Update .env.example * Update notPaid.ts * Update env.ts * fix: serialized mail now handle attachment * fix: lint * feat: update ticket generation with new design and layout adjustments * fix: adjust text positioning for place in ticket generation --------- Co-authored-by: Noé Landré Co-authored-by: Arthur Dodin Co-authored-by: Antoine D --- src/utils/ticket.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ticket.ts b/src/utils/ticket.ts index d69231e5..ac269ecb 100644 --- a/src/utils/ticket.ts +++ b/src/utils/ticket.ts @@ -78,7 +78,7 @@ export const generateTicket = async (cartItem: DetailedCartItem): Promise