feat: add stripe webhooks #4

Merged
naomi merged 3 commits from feat/stripe into main 2025-07-06 15:12:00 -07:00
6 changed files with 319 additions and 66 deletions
Showing only changes of commit 42a2c9cced - Show all commits

View File

@ -6,6 +6,7 @@
import fastify from "fastify";
import rawBody from "fastify-raw-body";
// eslint-disable-next-line @typescript-eslint/naming-convention -- We are importing a class.
import StripeApp from "stripe";
import { applicationData } from "../config/applicationData.js";
import { auth } from "../modules/auth.js";