- RefundRequestModal: call marketplaceService.refundOrder, loading state, onSuccess callback - PurchasesView: pass loadPurchases as onSuccess to refetch after refund - SellerDashboardView: add Refund button on each sale, RefundRequestModal with fetchData onSuccess - MSW: add POST /marketplace/orders/:id/refund handler |
||
|---|---|---|
| .. | ||
| create-product-view | ||
| modals | ||
| CreateProductView.stories.tsx | ||
| CreateProductView.tsx | ||
| SellerDashboardView.stories.tsx | ||
| SellerDashboardView.tsx | ||