rentease/thoughts/shared
Ruidy 146787033a
refactor(payment): extract payment logic to new service
Moves all payment-related logic (manual payments, Stripe sync, webhook
handling) from the booking service into a dedicated payment service
(`internal/service/payment`). Updates server, cron, and handler wiring
to
inject and use the new payment service. Adjusts tests, routes, and
documentation to reflect the new separation of concerns.

This improves cohesion, clarifies responsibilities, and prepares for
future payment features. No database schema changes are introduced.
2025-11-21 10:09:30 +01:00
..
plans refactor(payment): extract payment logic to new service 2025-11-21 10:09:30 +01:00
research refactor(payment): extract payment logic to new service 2025-11-21 10:09:30 +01:00