-
Notifications
You must be signed in to change notification settings - Fork 9.4k
#17744 Adding logic to get default billing address used on Cart and Checkout #18095
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
#17744 Adding logic to get default billing address used on Cart and Checkout #18095
Conversation
Hi @LucasCalazans. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team give me test instance |
Hi @LucasCalazans. Thank you for your request. I'm working on Magento instance for you |
Hi @LucasCalazans, here is your new Magento instance. |
|
||
if (shippingAddress && | ||
if(quote.isVirtual()) { |
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.
Hi @LucasCalazans,
Please add space between if
and (
.
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.
Hi @williankeller, thanks for your review, I've just added this alteration.
Fixed var declaration
Hi @LucasCalazans. Thanks for the collaboration. Please look failed JS unit and static tests. |
@VladimirZaets I've made the fixies on the branch and the tests passed. |
Hi @VladimirZaets, thank you for the review. |
@LucasCalazans thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
Hi @LucasCalazans. Thank you for your contribution. |
…on Cart and Checkout #18095
Description
Fixing the bug when the cart is virtual and the estimate was getting the shipping address instead billing address.
Fixed Issues
Manual testing scenarios
First scenario
Second scenario
Contribution checklist