You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You appear to be still doing the same mangling on merge_vars as was used when the module was using a GET rather than POST method, so the JSON (without URL encoding) looks like:-
You appear to be still doing the same mangling on merge_vars as was used when the module was using a GET rather than POST method, so the JSON (without URL encoding) looks like:-
This is not accepted by Mailchimp which throws an error about missing merge_vars
Removing the merge_vars mangling so that the JSON looks like:-
does not throw an error - although need to test further to make sure its really doing what I expect!
What I have currently tried is removing lines 143 to 154 of the current version (ie the first block of code in
_build_query_args
I suspect further simplification to remove the excess arrays (ie the additional
[]
inGROUPINGS
might well work too.The text was updated successfully, but these errors were encountered: