-
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-2517 Branded Checkout Improvements #1117
base: master
Are you sure you want to change the base?
Conversation
<branded-checkout designation-number="2294554" show-cover-fees="true" ng-cloak></branded-checkout> | ||
<script src="branded-checkout.v2.js"></script> | ||
<branded-checkout designation-number="2294554" show-cover-fees="true" use-v3="true" ng-cloak></branded-checkout> | ||
<script src="dev.v2.js"></script> |
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.
We'll want to change this back before we merge.
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.
Was there mention of JSON config file for these options or did I make that up? Are we just using the use-v3 flag for everything?
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.
There is no config file, we use this flag for everything.
Thanks for getting this set up! |
46718e5
to
874f3fd
Compare
@wjames111 You can make your feature branches off of this one. |
Reminder to fix lint issues |
Base branch with
use-v3
config option.