-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat: Add override on percentage config to the First Purchase Discount #35167
feat: Add override on percentage config to the First Purchase Discount #35167
Conversation
b58935d
to
47415ed
Compare
1820a85
to
573c6fc
Compare
573c6fc
to
43157a5
Compare
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
2U Release Notice: This PR has been deployed to the edX staging environment in preparation for a release to production. |
2U Release Notice: This PR has been deployed to the edX production environment. |
1 similar comment
2U Release Notice: This PR has been deployed to the edX production environment. |
REV-4098.
There is a previously added
DiscountPercentageConfig
that would allow us to change the percentage displayed for the First Purchase Discount via Django Admin. However, this is controlled in app-permissions, which as been broken for several weeks, and none of the current Purchase squad members have the ability to see this config (it's also not added in the discounts_admin group).Adding an override via waffle flag for the displayed percentage instead.