-
Notifications
You must be signed in to change notification settings - Fork 121
Shipping Labels: Allow proceeding with destination address when validation fails #15928
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
Shipping Labels: Allow proceeding with destination address when validation fails #15928
Conversation
|
|
RafaelKayumov
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.
Testing steps work as described 👍
Looks like the canConfirmWithoutVerification state allows too much freedom in terms of invalid data input. For example I entered completely random address city and postal code, not just address. But the form still allowed to "use address as entered". I think the "Use address as entered" should be only available if only the address field is invalid. Not sure though if we have that info.
| Form | Ship to |
|---|---|
![]() |
![]() |
…-if-address-is-not-verified




Closes WOOMOB-860
Description
This PR updates the behavior on the destination address edit form to allow proceeding with input address even when validation fails for that address.
A new state
confirmed_without_verificationhas also been added for eventwcs_editing_address_stepto track when users uses the new CTA.Testings steps
wcs_editing_address_stepis tracked withstate: confirmed_without_verification.Testing information
WooShippingEditAddressViewModel.Screenshots
Simulator.Screen.Recording.-.iPhone.16.-.2025-07-21.at.15.01.19.mp4
RELEASE-NOTES.txtif necessary.