forked from magento/magento2
-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Backport] issue #18349 Fixed for 2.3: Incorrect quote_item_id saved on order items during multiple address checkout #9
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…count and for new address entered during checkout
…g all trackers. magento#20184 - Merge Pull Request magento#20184 from mage2pratik/magento2:2.2-develop-PR-port-19981 - Merged commits: 1. f8df2df 2. 8b59fc0
…count and for new address entered during checkout
…count and for new address entered during checkout
… not needed ampersand re… magento#18362 - Merge Pull Request magento#18362 from nickshatilo/magento2:fix/18361-Customer-last-name-is-encoded-twice-in-the-XML-interface - Merged commits: 1. ecd9dc4 2. 0f75306 3. ed497dc
If any JSON error occurs user will be be shown error message if the app mode is not in Production.
…er to reuse it if necessary magento#20505 - Merge Pull Request magento#20505 from mageprince/magento2:2.2-develop-PR-port-20046 - Merged commits: 1. 4c4ff03 2. efaa4f3
…ot been found magento#20522 - Merge Pull Request magento#20522 from mageprince/magento2:2.2-develop-PR-port-19709 - Merged commits: 1. 3520de6 2. 3bc62e6
…area overlapping to content Issue fixed magento#19985 Send email confirmation popup close button area overlapping to content
…area overlapping Issue fixed magento#19985 Send email confirmation popup close button area overlapping
[TSG-CSL3] For 2.2 (pr19)
…ot been found magento#20522 - Merge Pull Request magento#20522 from mageprince/magento2:2.2-develop-PR-port-19709 - Merged commits: 1. 3520de6 2. 3bc62e6 3. 3e9ba6e
…tion popup close button area ov… magento#20541 - Merge Pull Request magento#20541 from irajneeshgupta/magento2:2.2-develop-PR-port-19986 - Merged commits: 1. 8d949bd 2. 2e4d7e1
…er to reuse it if necessary magento#20505
… not needed ampersand re… magento#18362
…tion popup close button area ov… magento#20541
Accepted Public Pull Requests: - magento#20522: [Backport] Add useful debug info for which website has not been found (by @mageprince) - magento#20505: [Backport] Added constants to unit codes to make it easier to reuse it if necessary (by @mageprince) - magento#20509: [Backport] Added required error message. (by @mageprince) - magento#18362: [Backport] fix(Webapi Xml Renderer - 18361): removed the not needed ampersand re� (by @nickshatilo) - magento#20541: [Backport] Issue fixed magento#19985 Send email confirmation popup close button area ov� (by @irajneeshgupta) - magento#20184: [Backport] Fix issue 19887 creating new shipment: getting all trackers. (by @mage2pratik) Fixed GitHub Issues: - magento#18361: Customer last name is encoded twice in the XML interface (reported by @nickshatilo) has been fixed in magento#18362 by @nickshatilo in 2.2-develop branch Related commits: 1. ecd9dc4 2. 0f75306 3. ed497dc - magento#19985: Send email confirmation popup close button area overlapping to content (reported by @cedarvinda) has been fixed in magento#20541 by @irajneeshgupta in 2.2-develop branch Related commits: 1. 8d949bd 2. 2e4d7e1 - magento#19887: creating new shipment: gettting all trackers. after this commit 2307e16 (reported by @aldf) has been fixed in magento#20184 by @mage2pratik in 2.2-develop branch Related commits: 1. f8df2df 2. 8b59fc0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original Pull Request
magento#19192
Incorrect quote_item_id saved on order items during multiple address checkout issue fixed.
Description (*)
When order placed using Multiple address checkout then there were incorrect quote_item_id in
sales_order_item table.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Contribution checklist (*)