- Update OrderHistory.vue to utilize a new method for determining effective order status, enhancing clarity in payment and shipping status display. - Add a new composable, usePaymentStatusChecker, to handle payment status checks via LNbits API, improving order payment verification. - Modify nostrmarketService to streamline order updates with consolidated status handling for paid and shipped states. - Enhance market store initialization to include payment status and paid fields for better order management. - Update market types to include new fields for payment and shipping status, ensuring consistency across the application. |
||
|---|---|---|
| .. | ||
| index.ts | ||
| useLightningPayment.ts | ||
| useMarket.ts | ||
| useMarketPreloader.ts | ||
| usePaymentStatusChecker.ts | ||