-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Set isMultiShipping to 0 in database so it can be used correctly by rest api requests on checkout page #24072
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
Set isMultiShipping to 0 in database so it can be used correctly by rest api requests on checkout page #24072
Conversation
…est api requests on checkout page
Hi @websnap. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Motivation: magento/inventory#2358 |
Hi @swnsma, thank you for the review.
|
✔️ QA Passed |
…orrectly by rest api requests on checkout page #24072
Hi @websnap, thank you for your contribution! |
Description (*)
After user visits multishipping checkout page magento sets is_multi_shipping flag to 1 in database. When user will return to the website and go to the regular checkout page, is_multi_shipping flag will be still contain value 1. It is makes it useless for checkout ajax requests. e.g. get shipping methods list.
Current PR will fix it.
Manual testing scenarios (*)
Contribution checklist (*)