Fix pro plan GA tracking
This commit is contained in:
parent
10a02fbc61
commit
18cbf56439
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class AnalyticsListener
|
|||
$invoice = $payment->invoice;
|
||||
$account = $payment->account;
|
||||
|
||||
if ($account->isNinjaAccount() || $account->account_key == NINJA_LICENSE_ACCOUNT_KEY) {
|
||||
if (! $account->isNinjaAccount() && $account->account_key != NINJA_LICENSE_ACCOUNT_KEY) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue