mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-24 03:57:27 +08:00
remove: disable traffic package stacking feature
This commit is contained in:
@@ -306,7 +306,7 @@ class OrderService
|
|||||||
private function buyByOneTime(Plan $plan)
|
private function buyByOneTime(Plan $plan)
|
||||||
{
|
{
|
||||||
$this->buyByResetTraffic();
|
$this->buyByResetTraffic();
|
||||||
$this->user->transfer_enable += $plan->transfer_enable * 1073741824;
|
$this->user->transfer_enable = $plan->transfer_enable * 1073741824;
|
||||||
$this->user->plan_id = $plan->id;
|
$this->user->plan_id = $plan->id;
|
||||||
$this->user->group_id = $plan->group_id;
|
$this->user->group_id = $plan->group_id;
|
||||||
$this->user->expired_at = NULL;
|
$this->user->expired_at = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user