webapp/src/core
padreug 0bced11623 Add PaymentService integration to enhance ticket purchasing and lightning payment functionality
- Introduce PAYMENT_SERVICE token in di-container for dependency injection.
- Update base module to register and initialize PaymentService, ensuring it is available for use.
- Refactor useTicketPurchase and useLightningPayment composables to utilize PaymentService for wallet management, payment processing, and QR code generation.
- Delegate payment handling and error management to PaymentService, streamlining the payment workflow and improving user experience.
2025-09-05 15:17:51 +02:00
..
base Add BaseService and refactor ChatService for improved dependency management 2025-09-05 06:19:08 +02:00
composables Refactor authentication and async operation handling in useAuth composable 2025-09-05 06:08:08 +02:00
services Add PaymentService integration to enhance ticket purchasing and lightning payment functionality 2025-09-05 15:17:51 +02:00
di-container.ts Add PaymentService integration to enhance ticket purchasing and lightning payment functionality 2025-09-05 15:17:51 +02:00
event-bus.ts Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00
plugin-manager.ts Update app configuration and plugin manager for improved environment variable support 2025-09-05 00:17:11 +02:00
types.ts Implement modular architecture with core services and Nostr integration 2025-09-04 23:43:33 +02:00