mirror of
https://github.com/v2board/v2board.git
synced 2025-06-13 21:28:27 +08:00
update change order process
This commit is contained in:
@ -83,6 +83,7 @@ class CheckOrder extends Command
|
||||
$user->plan_id = $plan->id;
|
||||
$user->group_id = $plan->group_id;
|
||||
$user->expired_at = $this->getTime($order->cycle, $user->expired_at);
|
||||
|
||||
if ($user->save()) {
|
||||
$order->status = 3;
|
||||
$order->save();
|
||||
|
Reference in New Issue
Block a user