-
Notifications
You must be signed in to change notification settings - Fork 1
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
EP-2354 - branded checkout changes #1121
base: EP-2517-branded-checkout-improvements
Are you sure you want to change the base?
EP-2354 - branded checkout changes #1121
Conversation
…ly, and show it when button is clicked.
a71f602
to
d7840e0
Compare
…nded-checkout-changes
@wrandall22 does this look like what you were asking? I removed logic and references for hideSpouseDetails and left showSpouseDetails toggle button and logic. |
I believe there is some JS logic around the button as well. |
Oh my mistake, I thought we were leaving 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.
branded-checkout.html
Outdated
@@ -11,7 +11,7 @@ | |||
</head> | |||
<body> | |||
|
|||
<branded-checkout designation-number="2294554" show-cover-fees="true" use-v3="true" ng-cloak></branded-checkout> | |||
<branded-checkout designation-number="2294554" show-cover-fees="true" use-v3="true" ng-cloak hide-spouse-details="true" hide-annual="true" hide-quarterly="true"></branded-checkout> |
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.
Let's not commit this change.
<div ng-if="$ctrl.compactAddress"> | ||
<div class="col-sm-3"> | ||
<div class="form-group is-required" ng-class="{'has-error': ($ctrl.parentForm.addressRegion | showErrors) || $ctrl.loadingRegionsError}"> | ||
<label translate>{{'STATE'}}</label> |
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.
Can you update the label structure to match the non-compact address version for accessibility?
@wrandall22 what are you thinking for label length? We could scale down all label sizes, remove additional label names or we could add nowrap or something (probably a bad idea) |
One option would be to use |
Primary task highlighted in JIra ticket EP-2527, Update Name of Card # to Card Number. Update includes layout changes to the standard checkout, which we'll need to decide whether to make this change across the board or specifically on the new version.