Skip to content
New issue

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

does not allow to update mailchimp list id #111

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KacperMekarski
Copy link
Contributor

@KacperMekarski KacperMekarski commented Nov 29, 2021

According to Mailchimp API docs:
https://mailchimp.com/developer/marketing/api/ecommerce-stores/add-store/
list_id attribute can not be updated:

The list_id for a specific store cannot change.

So we shouldn't be able to update that attribute when syncing is completed.

@KacperMekarski KacperMekarski marked this pull request as draft November 29, 2021 17:47
@KacperMekarski KacperMekarski marked this pull request as ready for review November 29, 2021 17:57
@@ -1,7 +1,3 @@
require "factory_bot"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's not necessary

@@ -1,7 +1,3 @@
require "factory_bot"

FactoryBot.find_definitions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed that because with that method call, I couldn't add new factories (they were registed twice and I got Factory already registed error).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant