Members.GetTotalItems returns count of unsubscribed instead of subscribed
Closed this issue · 1 comments
mholec commented
MailChimpManager manager = new MailChimpManager(applicationSettings.MailChimp.ApiKey);
StaticData.SubscriptionsCount = await manager.Members.GetTotalItems(applicationSettings.MailChimp.ListId, Status.Subscribed);
Expected
Count of subscribed members
Current State
Count of unsubscribed members
github-actions commented
Stale issue message