Initial commit: FJCCV Stripe webhook server

- Handles checkout.session.completed events from Stripe
- Auto-generates PDF donation receipts
- Uploads receipts to Sami-PC and Dropbox
- Updates Excel ledger automatically
- Sends receipt emails automatically (AUTO_EMAIL=true)
- Creates approval queue entries for donation tracking
This commit is contained in:
Krystie
2026-05-25 02:27:21 -07:00
commit cbb839c3b5
2 changed files with 440 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
.env
*.pyc
__pycache__/