Commit graph

4 commits

Author SHA1 Message Date
808e80b7c1
chore(deps): update templ and various Go dependencies
Upgrade templ to v0.3.960 and update related generated files. Bump Go
version to 1.25.2 and update dependencies: sentry-go, stripe-go, and
golang.org/x/* packages. Exclude "thoughts" dir from air build. Refactor
payment view to always show Stripe status badge.
2025-10-19 15:42:29 +02:00
8384d85e3e
feat(stripe): add Stripe payment sync and webhook support
Introduce Stripe integration for automatic payment ingestion and refund
tracking. Adds new fields to the payment model for Stripe IDs and
status,
Stripe client driver, sync service, cron job, manual API endpoint, and
public webhook handler for real-time updates. Includes tests and
documentation. Manual cash entry remains supported.
2025-10-03 21:39:59 +02:00
b8265cf80f
fix: only update the payments on payment creation 2025-01-25 00:21:30 +01:00
541c813be0
Raw 34 enable payments (#35)
Closes #34
2025-01-24 17:30:35 +01:00