nztim/mailchimp

How to add parameters to api method?

Closed this issue · 1 comments

I would like to read members from the list with the specified count like:

$info = \Mailchimp::api('get', '/lists/XXXXXXX/members',['count' => 50]);

I get the list of members with count of 10 regardless of the 3rd parameter.

nztim commented

Thanks for posting. I've made changes to correct this, please update to v3.9 and try again.