Add Stripe payment integration for donations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Ian Gulliver
2025-12-29 14:20:03 -08:00
parent f459023c8c
commit a5472e33dc
4 changed files with 227 additions and 13 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.25.4
require (
github.com/lib/pq v1.10.9
github.com/stripe/stripe-go/v76 v76.25.0
google.golang.org/api v0.258.0
)