From 3915df5f2a847978202a2f8a5f99a5b25f9378e0 Mon Sep 17 00:00:00 2001 From: Dmitrii Fediuk Date: Thu, 2 May 2024 20:42:10 +0100 Subject: [PATCH] https://github.com/thehcginstitute-com/m1/issues/590 --- .../community/Ebizmarts/MailChimp/Model/ProcessWebhook.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php b/app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php index da5c34a3e0..374d8e4128 100644 --- a/app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php +++ b/app/code/community/Ebizmarts/MailChimp/Model/ProcessWebhook.php @@ -231,7 +231,8 @@ protected function getInterestGroupHandleModel() } /** - * @return Ebizmarts_MailChimp_Model_Api_Subscribers_MailchimpTags + * @used-by self::_profile() + * @used-by self::_subscribe() */ private function getMailchimpTagsModel():Tags {return $this->_tags;}