diff --git a/app/bundles/LeadBundle/EventListener/WebhookSubscriber.php b/app/bundles/LeadBundle/EventListener/WebhookSubscriber.php index 756a33917b0..312e34db6aa 100644 --- a/app/bundles/LeadBundle/EventListener/WebhookSubscriber.php +++ b/app/bundles/LeadBundle/EventListener/WebhookSubscriber.php @@ -118,6 +118,7 @@ public function onLeadNewUpdate(LeadEvent $event) 'userList', 'publishDetails', 'ipAddress', + 'tagList', ] ); } @@ -142,6 +143,7 @@ public function onLeadPointChange(PointsChangeEvent $event) 'userList', 'publishDetails', 'ipAddress', + 'tagList', ] ); } @@ -186,6 +188,7 @@ public function onChannelSubscriptionChange(ChannelSubscriptionChange $event) 'userList', 'publishDetails', 'ipAddress', + 'tagList', ] ); } diff --git a/app/bundles/LeadBundle/Tests/EventListener/WebhookSubscriberTest.php b/app/bundles/LeadBundle/Tests/EventListener/WebhookSubscriberTest.php index 2c672cfc70e..5ed142515e1 100644 --- a/app/bundles/LeadBundle/Tests/EventListener/WebhookSubscriberTest.php +++ b/app/bundles/LeadBundle/Tests/EventListener/WebhookSubscriberTest.php @@ -154,6 +154,7 @@ public function testChannelChangeIsPickedUpByWebhook() 'userList', 'publishDetails', 'ipAddress', + 'tagList', ] );