mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 21:57:50 +08:00
feature: shadowsocks and more
This commit is contained in:
@ -82,7 +82,7 @@ class OrderController extends Controller
|
||||
}
|
||||
}
|
||||
|
||||
if (!$plan->renew && $user->plan_id == $plan->id) {
|
||||
if (!$plan->renew && $user->plan_id == $plan->id && $request->input('cycle') !== 'reset_price') {
|
||||
abort(500, '该订阅无法续费,请更换其他订阅');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user