订阅详情续费下单链接补齐 require_subscription=1 并更新测试

This commit is contained in:
萝卜
2026-03-15 03:26:29 +00:00
parent c4df488e76
commit b7c119097b
3 changed files with 3 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ class AdminSiteSubscriptionShowCreateRenewalOrderLinkTest extends TestCase
$res->assertSee('plan_id=' . $plan->id, false);
$res->assertSee('site_subscription_id=' . $sub->id, false);
$res->assertSee('order_type=renewal', false);
$res->assertSee('require_subscription=1', false);
$res->assertSee('quantity=1', false);
$res->assertSee('remark=', false);
}