-
Notifications
You must be signed in to change notification settings - Fork 52
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
Rename library enum #142
Rename library enum #142
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.
(sanity checking - does the existing constant need to remain in-place to prevent a failed build in paypal-checkout-components)? e.g.: add a new variable JS_SDK_LIBRARIES
then change checkout components, then come back and delete? just looking out - I think you'd be able to make the checkout components change before the next publish
bc2f2b8
to
d3cab41
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.
🚀
USER_EXPERIENCE_FLOW: | ||
("data-user-experience-flow": "data-user-experience-flow"), | ||
POPUPS_DISABLED: ("data-popups-disabled": "data-popups-disabled"), | ||
SDK_TOKEN: ("data-sdk-client-token": "data-sdk-client-token"), | ||
USER_ID_TOKEN: ("data-user-id-token": "data-user-id-token"), |
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.
🔤 💯 🥳
Description
We have decided on a new name for tracking library usage, thus this PR. Alphabetization is in a separate commit, so it's easier to see the core changes. The original PR is here.
JIRA
DTPPCPSDK-1482