diff --git a/app/Http/Controllers/AccountController.php b/app/Http/Controllers/AccountController.php index 158ea60b02..52b451d8b1 100644 --- a/app/Http/Controllers/AccountController.php +++ b/app/Http/Controllers/AccountController.php @@ -235,7 +235,7 @@ class AccountController extends BaseController } } - if (!empty($new_plan)) { + if (!empty($new_plan) && $new_plan['plan'] != PLAN_FREE) { $time_used = $planDetails['paid']->diff(date_create()); $days_used = $time_used->days;