同步仪表盘扫描行已付无回执测试语义

This commit is contained in:
萝卜
2026-03-19 01:20:23 +08:00
parent 1e9a193a32
commit 649c3f61ed

View File

@@ -32,7 +32,7 @@ class AdminDashboardRecentPlatformOrdersScanlineNoReceiptShouldLinkToAddReceiptP
$plan = Plan::query()->create([ $plan = Plan::query()->create([
'code' => 'dash_recent_order_scanline_no_receipt_plan', 'code' => 'dash_recent_order_scanline_no_receipt_plan',
'name' => '仪表盘扫描行无回执直达测试套餐', 'name' => '仪表盘扫描行已付无回执直达测试套餐',
'billing_cycle' => 'monthly', 'billing_cycle' => 'monthly',
'price' => 10, 'price' => 10,
'list_price' => 10, 'list_price' => 10,
@@ -54,7 +54,7 @@ class AdminDashboardRecentPlatformOrdersScanlineNoReceiptShouldLinkToAddReceiptP
'paid_amount' => 10, 'paid_amount' => 10,
'placed_at' => now(), 'placed_at' => now(),
'meta' => [ 'meta' => [
// 明确无回执证据:不提供 payment_summary / payment_receipts // 明确已付无回执证据:不提供 payment_summary / payment_receipts
], ],
]); ]);