Enable testing invoice.services locally
This commit is contained in:
parent
33b8df163d
commit
f491e334db
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ trait SendsEmails
|
|||
|
||||
public function getFromEmail()
|
||||
{
|
||||
if ( ! $this->isPro() || ! Utils::isNinjaProd() || Utils::isReseller()) {
|
||||
if ( ! $this->isPro() || ! Utils::isNinja() || Utils::isReseller()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue