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