diff --git a/app/Models/Account.php b/app/Models/Account.php index a0bfc05c4137e..86c0de60ec6d0 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -1099,7 +1099,7 @@ class Account extends Eloquent public function isPaid() { - return Utils::isNinja() ? $this->isPro() : Utils::isWhiteLabel(); + return Utils::isNinja() ? ($this->isPro() && ! $this->isTrial()) : Utils::isWhiteLabel(); } /**