BitBagCommerce/SyliusMailChimpPlugin

You have requested a non-existent parameter "mailchimp.api_key"

luckylucciano opened this issue · 2 comments

Hello all,

Cannot install mailchimp-plugin, and same error, i ' ve not understood the solution before:

"You must add a parameter to your _sylius.yaml file in your project"

Need help...

In your _sylius.yaml file, add the follwing parameters:

parameters:
    mailchimp.api_key: '%env(resolve:MAIL_CHIMP_API_KEY)%'
    mailchimp.list_id: '%env(resolve:MAIL_CHIMP_LIST_ID)%'

Hello Florian,
A big THANKS -_-