feat: show hint on subscription page when refund inconsistent orders exist
This commit is contained in:
@@ -46,7 +46,7 @@ class SiteSubscriptionController extends Controller
|
||||
];
|
||||
|
||||
// 可治理摘要:订阅维度的回执/退款汇总(口径与平台订单列表一致:优先 summary,缺省回退 receipts)
|
||||
$metaOrders = (clone $baseOrdersQuery)->get(['id', 'paid_amount', 'meta']);
|
||||
$metaOrders = (clone $baseOrdersQuery)->get(['id', 'paid_amount', 'payment_status', 'meta']);
|
||||
|
||||
$totalReceiptAmount = 0.0;
|
||||
$receiptOrders = 0;
|
||||
|
||||
Reference in New Issue
Block a user