diff --git a/app/Listeners/SubscriptionListener.php b/app/Listeners/SubscriptionListener.php index e494af770484..8481f8296ff7 100644 --- a/app/Listeners/SubscriptionListener.php +++ b/app/Listeners/SubscriptionListener.php @@ -263,7 +263,7 @@ class SubscriptionListener $jsonData = $manager->createData($resource)->toArray(); // For legacy Zapier support - if (isset($jsonData['client_id'])) { + if (isset($jsonData['client_id']) && $jsonData['client_id'] != 0) { $jsonData['client_name'] = $entity->client->getDisplayName(); }