PlatformOrder create: require_subscription flag narrows order types

This commit is contained in:
萝卜
2026-03-15 02:36:27 +00:00
parent 015d3bec25
commit 3182dd72a0
4 changed files with 50 additions and 4 deletions

View File

@@ -93,6 +93,7 @@ class PlatformOrderController extends Controller
'siteSubscription' => $siteSubscription,
'billingCycleLabels' => $this->billingCycleLabels(),
'orderTypeLabels' => $this->orderTypeLabels(),
'requireSubscription' => $requireSubscription,
'defaults' => $defaults,
]);
}