feat: add stripe webhooks
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 27s

This commit is contained in:
2025-07-06 15:08:28 -07:00
parent 06b77e93f5
commit 1d767da611
5 changed files with 317 additions and 65 deletions

View File

@ -24,6 +24,8 @@
"dependencies": {
"discord-verify": "1.2.0",
"fastify": "5.2.1",
"nodemailer": "6.10.0"
"fastify-raw-body": "^5.0.0",
"nodemailer": "6.10.0",
"stripe": "18.3.0"
}
}