-
Notifications
You must be signed in to change notification settings - Fork 219
Conversation
The release ZIP for this PR is accessible via:
|
TypeScript Errors ReportFiles with errors: 429 🎉 🎉 This PR does not introduce new TS errors. |
Size Change: -213 B (0%) Total Size: 970 kB
ℹ️ View Unchanged
|
I don't see any requests being made while I update address details 🤔 |
@wavvves Should have been more specific sorry, you need to edit the postcode, country or city fields - only these will trigger a batch update |
@alexflorisca Tested it out and went through changes. Looks ok, but maybe bring in @opr to have a quick second set of eyes to ensure nothing gets broken? |
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.
Code changes look OK to me. I tested it and didn't notice anything wrong here. Payment gateways still receive the correct address too, I checked that.
Nice work!
…ommerce/woocommerce-blocks into update/remove-customer-data-context
Script Dependencies ReportThe
This comment was automatically generated by the |
Due to recent changes (data store refactor and #5817), the customer data context has become redundant. What was previously stored here now lives in the cart store and can be accessed directly. This PR removes the CustomerDataContext and associated hook -
useCustomerData()
.Fixes #6108
User Facing Testing
The following functionality requires smoke testing:
User Testing instructions
Use same address for billing
checkbox. Ensure the billing address shows and hides when you tick this boxWooCommerce Visibility