- Rename methods in PaymentService for improved readability: payInvoiceWithUserWallet to payWithWallet, openExternalLightningWallet to openExternalWallet, and handlePaymentWithFallback to handlePayment. - Update related composables (useTicketPurchase, useLightningPayment) to reflect method name changes, ensuring consistent usage across the application. - Modify RelayHub initialization process to set relay URLs before calling initialize, enhancing configuration clarity. - Remove legacy compatibility flags in RelayHub to streamline the codebase and improve maintainability. |
||
|---|---|---|
| .. | ||
| index.ts | ||
| useLightningPayment.ts | ||
| useMarket.ts | ||
| useMarketPreloader.ts | ||
| usePaymentStatusChecker.ts | ||