续费订单 remark 前缀配置化(saasshop.platform_orders)
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
'site_subscription_id' => $subscription->id,
|
||||
'order_type' => 'renewal',
|
||||
'quantity' => 1,
|
||||
'remark' => '来自订阅:' . $subscription->subscription_no,
|
||||
'remark' => (string) config('saasshop.platform_orders.renewal_order_remark_prefix', '来自订阅:') . $subscription->subscription_no,
|
||||
// 保留 back:创建订单 -> 订单详情后可一键返回本订阅详情
|
||||
'back' => $selfWithoutBack,
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user