SiteSubscription index: renewal create links carry require_subscription flag

This commit is contained in:
萝卜
2026-03-15 02:29:28 +00:00
parent 41463407aa
commit 015d3bec25
2 changed files with 39 additions and 0 deletions

View File

@@ -233,6 +233,7 @@
@php
$q = [
'order_type' => 'renewal',
'require_subscription' => '1',
];
if ((int) ($filters['merchant_id'] ?? 0) > 0) {
$q['merchant_id'] = (int) $filters['merchant_id'];