SiteSubscription index: row renew links carry require_subscription flag
This commit is contained in:
@@ -284,6 +284,7 @@
|
||||
$remarkPrefix = (string) config('saasshop.platform_orders.renewal_order_remark_prefix', '来自订阅:');
|
||||
$q = [
|
||||
'order_type' => 'renewal',
|
||||
'require_subscription' => '1',
|
||||
'site_subscription_id' => $subscription->id,
|
||||
'quantity' => 1,
|
||||
'remark' => $remarkPrefix . $subscription->subscription_no,
|
||||
|
||||
Reference in New Issue
Block a user