You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Set up the extension making sure to select one list.
2. Create Webhook.
3. Add in that MailChimp list without doing nothing in Magento.
4. Change the configured list for the extension.
Expected result:
Subscriber not added to Magento and no errors thrown.
Actual result:
Error message thrown: Call to a member function count() on null in /chroot/home/diamond6/diamonddesignsuniforms.com/html/app/code/Ebizmarts/MailChimp/Cron/Webhook.php:191
Additional information
When trying to fetch the customer or subscriber for the store where the list is configured, it returns null because that list is not configured for any Magento scope.
count function can not be used in null.
The text was updated successfully, but these errors were encountered:
Preconditions
Steps to reproduce
Expected result:
Subscriber not added to Magento and no errors thrown.
Actual result:
Error message thrown: Call to a member function count() on null in /chroot/home/diamond6/diamonddesignsuniforms.com/html/app/code/Ebizmarts/MailChimp/Cron/Webhook.php:191
Additional information
When trying to fetch the customer or subscriber for the store where the list is configured, it returns null because that list is not configured for any Magento scope.
count function can not be used in null.
The text was updated successfully, but these errors were encountered: