From 9c31fe1dfcb75e09a9acdee4b7ec28f43a4e028d Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Thu, 19 Jun 2025 10:22:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Await=20license=20key=20email?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/app/api/stripe/webhook/handlers/checkout/completed.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/api/stripe/webhook/handlers/checkout/completed.ts b/apps/web/src/app/api/stripe/webhook/handlers/checkout/completed.ts index d6b560a97..12f7ae392 100644 --- a/apps/web/src/app/api/stripe/webhook/handlers/checkout/completed.ts +++ b/apps/web/src/app/api/stripe/webhook/handlers/checkout/completed.ts @@ -90,7 +90,7 @@ async function handleSelfHostedCheckoutSessionCompleted( const emailClient = getEmailClient(); - emailClient.sendTemplate("LicenseKeyEmail", { + await emailClient.sendTemplate("LicenseKeyEmail", { to: email, from: { name: "Luke from Rallly",