Commit Graph

1 Commits

Author SHA1 Message Date
estifanos
06eb9eca4f feat(payment): implement payment feature with Telebirr integration first try
- Define shared payment types and interfaces in payment.ts
- Create PaymentModal component for handling payment interactions
- Implement payment API client for initiating and confirming payments
- Add payment history management with localStorage
- Create PaymentsPage for displaying payment status and history
- Introduce utility functions for money conversion and formatting
- Set up hooks for managing payment flow and state
- Update SeamanBookApplicationPage to utilize new payment modal
- Add tests for payment API functions and history management
2026-07-30 07:33:30 +00:00