同步批量同步按钮无回执广义命名语义

This commit is contained in:
萝卜
2026-03-19 01:07:57 +08:00
parent 5b26c27eb8
commit 04f3fc2ef4

View File

@@ -81,7 +81,7 @@ class AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnly
$merchant = Merchant::query()->firstOrFail();
$plan = Plan::query()->create([
'code' => 'po_index_batch_sync_btn_disable_receipt_none_plan',
'name' => '批量同步按钮禁用无回执测试套餐',
'name' => '批量同步按钮禁用无回执(广义)测试套餐',
'billing_cycle' => 'monthly',
'price' => 10,
'list_price' => 10,
@@ -106,7 +106,7 @@ class AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnly
'placed_at' => now(),
'paid_at' => now(),
'activated_at' => now(),
// meta 为空 => 无回执
// meta 为空 => 无回执(广义)
'meta' => [],
]);