同步批量同步按钮无回执广义命名语义
This commit is contained in:
@@ -81,7 +81,7 @@ class AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnly
|
|||||||
$merchant = Merchant::query()->firstOrFail();
|
$merchant = Merchant::query()->firstOrFail();
|
||||||
$plan = Plan::query()->create([
|
$plan = Plan::query()->create([
|
||||||
'code' => 'po_index_batch_sync_btn_disable_receipt_none_plan',
|
'code' => 'po_index_batch_sync_btn_disable_receipt_none_plan',
|
||||||
'name' => '批量同步按钮禁用无回执测试套餐',
|
'name' => '批量同步按钮禁用无回执(广义)测试套餐',
|
||||||
'billing_cycle' => 'monthly',
|
'billing_cycle' => 'monthly',
|
||||||
'price' => 10,
|
'price' => 10,
|
||||||
'list_price' => 10,
|
'list_price' => 10,
|
||||||
@@ -106,7 +106,7 @@ class AdminPlatformOrderIndexBatchActivateButtonShouldDisableWhenNotSyncableOnly
|
|||||||
'placed_at' => now(),
|
'placed_at' => now(),
|
||||||
'paid_at' => now(),
|
'paid_at' => now(),
|
||||||
'activated_at' => now(),
|
'activated_at' => now(),
|
||||||
// meta 为空 => 无回执
|
// meta 为空 => 无回执(广义)
|
||||||
'meta' => [],
|
'meta' => [],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user