-
Notifications
You must be signed in to change notification settings - Fork 110
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
Trinidad & Tobago country incorrectly synced #1863
Closed
Milestone
Comments
try the fix on here 4dfc168 Best |
No news in one month, close the issue |
gonzaloebiz
added a commit
that referenced
this issue
Feb 23, 2024
gonzaloebiz
added a commit
that referenced
this issue
Feb 23, 2024
gonzaloebiz
added a commit
that referenced
this issue
Feb 23, 2024
gonzaloebiz
added a commit
that referenced
this issue
Feb 23, 2024
This was
linked to
pull requests
Feb 23, 2024
gonzaloebiz
added a commit
that referenced
this issue
Feb 23, 2024
closes #1863 for magento 2.3.6-p1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
When a customer has an address with a Trinidad & Tobago country selected, when syncing to Mailchimp the contact information shows USA as the country
Preconditions
Steps to reproduce
Register as a customer with an address of Trinidad & Tobago country
Wait/trigger mailchimp sync of new customer
Actual and Expected result
Additional information
I'm pretty sure it's cause by the & (&) sign in the Magento country name, when mailchimp expects the "and".
I confirmed it, by hardcoding the country in the customer address data sent to mailchimp to "Trinidad and Tobago" and it has created correct address in mailchimp.
I'm not sure if it'll be enough to do a quick replace of ampersands with "and" keyword - this seems to be working correctly for Trinidad, however I have not tested it for any other countries with ampersands in their names.
The text was updated successfully, but these errors were encountered: