Show email footer during trial
This commit is contained in:
parent
f39f744dca
commit
c58ae2b039
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue