Ross Cooper
Ross Cooper
Unfortunately this still seems to be an issue, @shukerullah will you be able to update the package to fix this? Thanks
Also getting this issue
I believe its due to https://github.com/drewm/mailchimp-api/blob/master/src/MailChimp.php#L390 when it is encoding the array of tags it is creating a JSON object instead.
I've got it working by doing this ```php [ 'tags' => array_values($tags), ] ``` Which seems to trigger it to encode correctly 🤞
We are having the same issue, especially when trying to load in repeaters, the issue lies within the `src/FieldFactory.php` file, like you said it looks for the type in the...