-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
fix(medusa): keep country_code when partially updating cart addresses #2683
Conversation
…ng cart addresses
🦋 Changeset detectedLatest commit: 4ae289c The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@kasperkristensen Is this ready for review? |
@olivermrbl No it requires a bit more, the "fix" we came up with the other days, solves the issue that was reported, but it breaks a bunch of integration tests. |
@olivermrbl Ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great one!
Should be good to go after removing the unrelated product import file 👍
integration-tests/api/__tests__/batch-jobs/product/product-import.csv
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What
country_code
was dropped when partially updating a shipping or billing address on a cart.