From 38a648866cda5accceb8108aa1ebc81d9eac4208 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 7 Apr 2021 12:40:48 +1000 Subject: [PATCH] Account cleanup --- app/Models/Account.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/Models/Account.php b/app/Models/Account.php index 71cca3cfc168..f1d4d0c2e179 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -243,15 +243,11 @@ class Account extends BaseModel if ($trial_plan && $include_trial) { $trial_started = $this->trial_started; $trial_expires = $this->trial_started->addSeconds($this->trial_duration); - // $trial_expires->modify('+2 weeks'); if($trial_expires->greaterThan(now())){ $trial_active = true; } - // if ($trial_expires >= date_create()) { - // $trial_active = true; - // } } $plan_active = false;