feat(subscriptions): 订阅详情支持一键创建续费订单

This commit is contained in:
萝卜
2026-03-10 14:46:16 +00:00
parent 3f809c8150
commit 6ebd3510db
4 changed files with 23 additions and 8 deletions

View File

@@ -96,7 +96,8 @@ class AdminSiteSubscriptionShowTest extends TestCase
->assertSee('同步时间')
->assertSee('失败原因')
->assertSee('查看关联平台订单按订阅ID精确过滤')
->assertSee('查看可同步订单');
->assertSee('查看可同步订单')
->assertSee('/admin/platform-orders/create?merchant_id=' . $merchant->id . '&plan_id=' . $plan->id, false);
}
public function test_guest_cannot_open_site_subscription_show_page(): void