This repository was archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 215
Fix: Update billing address when shipping address gets change in Cart block #6591
Merged
nielslange
merged 9 commits into
trunk
from
fix/5970-checkout-pre-filling-billing-address
Jul 4, 2022
Merged
Fix: Update billing address when shipping address gets change in Cart block #6591
nielslange
merged 9 commits into
trunk
from
fix/5970-checkout-pre-filling-billing-address
Jul 4, 2022
Conversation
This file contains hidden or 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
Contributor
|
Size Change: +34 B (0%) Total Size: 875 kB
ℹ️ View Unchanged
|
opr
approved these changes
Jun 24, 2022
Contributor
opr
left a comment
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.
Works great, thanks @tarunvijwani! Let's 🚢 it!
Contributor
|
Merged based on #6591 (review) |
nielslange
added a commit
that referenced
this pull request
Jul 5, 2022
* Empty commit for release pull request * Empty commit for release pull request * Update readme.txt * Update phpcs.xml * Add testing notes and ZIP for release 8.0.0 * Update testing notes * Update testing notes * Revert #6591 * Update testing notes * Update readme.txt * Update ZIP for release 8.0.0 * Change version from 8.0.0-dev to 8.0.0 Co-authored-by: github-actions <[email protected]> Co-authored-by: Niels Lange <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
block: checkout
Issues related to the checkout block.
focus: blocks
Specific work involving or impacting how blocks behave.
type: bug
The issue/PR concerns a confirmed bug.
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.
Describe the bug
In the Checkout block, an address added with the shipping calculator is not copied when pre-filling the Billing address form
Changes in the PR
With this PR, if we change the shipping address on the Cart block page, it will also update the billing address on the Checkout block page.
Added
setBillingAddressmethod toShippingCalculatorAddresscomponent ononUpdateevent.Fixes #5970
Testing
User Facing Testing
Use same address for billingWooCommerce Visibility
Changelog