-
Notifications
You must be signed in to change notification settings - Fork 5k
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 Address Editing JS #10602
Fix Address Editing JS #10602
Conversation
Manage this branch in SquashTest this branch here: https://matthewkennedyfix-address-edit-q9o07.squash.io |
@@ -9,7 +9,7 @@ | |||
<%= "#{address.address1} #{address.address2}" %>, | |||
</div> | |||
<div> | |||
<%= "#{address.city}, #{address.state&.abbr} #{address.zipcode}" %>, | |||
<%= "#{address.city}, #{address.state_text} #{address.zipcode}" %>, |
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.
👍
@damianlegawiec In this PR the tests failed because I stopped manipulating the CSS classes Hidden was replaced with jQuery And we now toggle the |
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.
Looks good 👍🏼
Fix an issue where the address ending was not quite the same depending on the editing scenario, at checkout as a guest, or editing a users saved address.