Enable testing invoice.services locally

This commit is contained in:
Hillel Coren 2017-01-26 13:37:38 +02:00
parent 33b8df163d
commit f491e334db

View File

@ -15,7 +15,7 @@ trait SendsEmails
public function getFromEmail() public function getFromEmail()
{ {
if ( ! $this->isPro() || ! Utils::isNinjaProd() || Utils::isReseller()) { if ( ! $this->isPro() || ! Utils::isNinja() || Utils::isReseller()) {
return false; return false;
} }