Show email footer during trial

This commit is contained in:
Hillel Coren 2018-02-04 10:53:32 +02:00
parent f39f744dca
commit c58ae2b039

View File

@ -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();
}
/**