diff --git a/app/Services/OrderService.php b/app/Services/OrderService.php index 26add8e..29865a3 100644 --- a/app/Services/OrderService.php +++ b/app/Services/OrderService.php @@ -306,7 +306,7 @@ class OrderService private function buyByOneTime(Plan $plan) { $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->group_id = $plan->group_id; $this->user->expired_at = NULL;