feat(subscriptions): 订阅详情支持一键创建续费订单
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user