平台订单列表订阅锁定筛选:新建订单链接显式带 order_type=renewal 并更新测试

This commit is contained in:
萝卜
2026-03-15 04:00:54 +00:00
parent daf6a0cb21
commit 76f8ea9607
2 changed files with 5 additions and 2 deletions

View File

@@ -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);