web-app/src/modules/wallet
padreug f93058add2 Implement updateWalletBalance method in PaymentService and deprecate AuthService method
- Added updateWalletBalance method in PaymentService to handle wallet balance updates from WebSocket notifications, improving wallet management.
- Deprecated the existing updateWalletBalance method in AuthService, redirecting calls to the new PaymentService method for better consistency and maintainability.
- Updated WalletWebSocketService to utilize PaymentService for balance updates, ensuring accurate wallet state management.

These changes enhance the architecture of wallet balance handling and streamline the update process across services.
2025-09-18 09:31:15 +02:00
..
components Refactor wallet module components for improved code organization and performance 2025-09-15 00:54:01 +02:00
services Implement updateWalletBalance method in PaymentService and deprecate AuthService method 2025-09-18 09:31:15 +02:00
views Refactor wallet balance handling and integrate PaymentService for centralized management 2025-09-17 20:23:46 +02:00
index.ts Add WebSocket support for wallet transactions and balance updates 2025-09-18 09:31:15 +02:00