We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
it would be nice having an update of the included Mailchimp-API to have the ability for passing the subscribers language to Mailchimp.
see: drewm/mailchimp-api@b04fa5f#diff-4658eb423d377d316ca4cdeb41f5c5da
after updating the API the subscribers language can be passed to Mailchimp by using this code within the MailchimpHook-class:
$params['data']['language'] = $GLOBALS['TSFE']->config['config']['language'];
The text was updated successfully, but these errors were encountered:
This should be done together with #30 maybe?
Sorry, something went wrong.
@liayn No, please do a release first. Then a minor update for the new api usage. I tried, but it's not a drop in replacement.
No branches or pull requests
it would be nice having an update of the included Mailchimp-API to have the ability for passing the subscribers language to Mailchimp.
see: drewm/mailchimp-api@b04fa5f#diff-4658eb423d377d316ca4cdeb41f5c5da
after updating the API the subscribers language can be passed to Mailchimp by using this code within the MailchimpHook-class:
$params['data']['language'] = $GLOBALS['TSFE']->config['config']['language'];
The text was updated successfully, but these errors were encountered: