-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix #20332 - address fields sort order fixes #24784
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 #20332 - address fields sort order fixes #24784
Conversation
Hi @Bartlomiejsz. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
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.
Please address BC comment and pull latest changes from 2.4-develop
branch.
->get(\Magento\Shipping\Model\Config::class); | ||
$this->storeManager = $storeManager ?: \Magento\Framework\App\ObjectManager::getInstance() | ||
->get(StoreManagerInterface::class); | ||
$this->options = $options ?: ObjectManager::getInstance()->get(Options::class); |
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.
ObjectManager
is redundant here.
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.
@lenaorobei done
@Bartlomiejsz could you please merge latest changes and address review comment? |
28a2491
to
026a048
Compare
026a048
to
2d759c0
Compare
@lenaorobei done, ready for review |
Hi @lenaorobei, thank you for the review. |
✔️ QA passed |
Hi @Bartlomiejsz, thank you for your contribution! |
Description (*)
This is fix for #20332
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)