同步仪表盘扫描行已付无回执测试语义
This commit is contained in:
@@ -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
|
||||||
],
|
],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user