Commit graph

6 commits

Author SHA1 Message Date
9814dc5e30
feat(web): extract static assets and routes for clarity
Refactored web server to move route registration into a dedicated method
and extracted static CSS into its own file for better maintainability.
Updated HTML template to use external stylesheet and improved JS code
style consistency. This enhances separation of concerns and prepares
for easier future asset management.
2025-09-27 23:01:04 +02:00
f0a6b128a0
feat: add checkout ui and driver-based payments 2025-09-27 18:43:41 +02:00
4e36eb9692
refactor: simplify checkout handler 2025-09-27 11:43:57 +02:00
7e1e6e1df9
feat(stripe): add Stripe Checkout session API and tests
- Integrate Stripe Go SDK and implement a checkout service for creating
  Stripe Checkout sessions for a demo product.
- Add request/response types for checkout sessions.
- Create HTTP handler for /api/checkout to initiate sessions via POST.
- Provide comprehensive unit tests for Stripe client and web handler.
- Wire Stripe-backed endpoint in server setup.
2025-09-27 11:32:34 +02:00
17db8bb165
feat: scaffold payit skeleton 2025-09-27 11:08:08 +02:00
810a49aa4e
chore: init repo 2025-09-27 01:47:19 +02:00