brandonseydel/MailChimp.Net

Members.GetTotalItems returns count of unsubscribed instead of subscribed

Closed this issue · 1 comments

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

Stale issue message