平台订单列表订阅锁定筛选:新建订单链接显式带 order_type=renewal 并更新测试
This commit is contained in:
@@ -73,6 +73,7 @@ class AdminPlatformOrderIndexCreateLinkPrefillFromFiltersTest extends TestCase
|
||||
'plan_id' => $plan->id,
|
||||
'site_subscription_id' => $sub->id,
|
||||
'require_subscription' => '1',
|
||||
'order_type' => 'renewal',
|
||||
]);
|
||||
|
||||
$res->assertSee($expectedCreateUrl, false);
|
||||
|
||||
Reference in New Issue
Block a user