SiteSubscription index: renewal create links carry require_subscription flag
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user