backend-service/internal
ats-tech25 d0117e6ac7 feat(server): Implement payment routes and handler initialization
- Add payment routes with placeholders for CreatePaymentIntent, ConfirmPayment, and HandleWebhook
- Introduce initializeServices method to set up payment service and handler
- Update Server struct to include paymentHandler
- Prepare infrastructure for payment-related functionality
- Enhance server initialization process with service setup
2025-11-05 15:34:11 +00:00
..
cli feat(project): Initialize project structure and core components 2025-11-05 15:06:07 +00:00
config feat(project): Initialize project structure and core components 2025-11-05 15:06:07 +00:00
database feat(project): Initialize project structure and core components 2025-11-05 15:06:07 +00:00
handlers feat(payments): Implement comprehensive Stripe payment integration 2025-11-05 15:30:53 +00:00
middleware feat(auth): Implement comprehensive authentication and authorization middleware 2025-11-05 15:21:56 +00:00
models refactor(models): Enhance notification and schedule model structures 2025-11-05 15:07:28 +00:00
repositories feat(auth): Implement comprehensive authentication and authorization middleware 2025-11-05 15:21:56 +00:00
server feat(server): Implement payment routes and handler initialization 2025-11-05 15:34:11 +00:00
services feat(payments): Implement comprehensive Stripe payment integration 2025-11-05 15:30:53 +00:00