-
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-2518 - Remove ConfirmationStep #1119
EP-2518 - Remove ConfirmationStep #1119
Conversation
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.
I still have a lot of digging to do, but figured I'd give an initial pass. Good job so far!
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.
I got a start on the review, a few minor things to change so far. Will try to get more done tomorrow.
e83ae91
to
cef9728
Compare
I think this branch is good to resolve conflicts and do some squashing. Also, please put together a more robust PR description. |
1a71b84
to
e8792b0
Compare
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.
This is looking really good! I mostly just have style feedback at this point.
src/app/checkout/checkout-error-messages/checkout-error-messages.tpl.html
Outdated
Show resolved
Hide resolved
src/app/checkout/checkout-error-messages/checkout-error-messages.component.js
Outdated
Show resolved
Hide resolved
2e412a0
to
1b24d26
Compare
…ments' into EP-2518-remove-confirmation-step
@wrandall22 can I merge this into EP-2517-branded-checkout-improvements ? |
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.
I typically prefer not to have merge commits like 346ee7b, but the rest of the commits were well structured, good job!
405bd6e
into
EP-2517-branded-checkout-improvements
Description
There is a desire to remove step 2 of the branded checkout to reduce abandoned carts. This will mean the continue button on the first page should submit the gift and take the user to the thank you page.
https://jira.cru.org/browse/EP-2518
Changes I Made:
order.service
and use it both inbranded-checkout-step-1
andstep-3
useV3
attributenext()
page change based on theuseV3
attributebranded-checkout-step-1
andstep-3