Hi,
I got a problem with not all my lists from mailchimp is showing in my module or component list section
Any thoughts on this.
Thanks
$listStats = $chimp->lists(array('list_id' => $lists));
$listStats = $chimp->lists(array('list_id' => $lists),0 , 100);
$lists = $chimp->lists();
$lists = $chimp->lists(array(), 0, 100);
$lists = $api->lists();
$lists = $api->lists(array(), 0, 100);