-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix: use correct late redemption enablement key #1132
Conversation
// redemption has been temporarily enabled by an operator for the policy. It will toggle | ||
// itself back to False after a finite period of time. | ||
policy.isLateRedemptionEnabled | ||
policy.isLateRedemptionAllowed |
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.
😬 Oof, does this mean without this fix, the late enrollment feature might not have worked? Good catch!
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.
yep ☠️☠️☠️
19b8838
to
1b6e5f4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1132 +/- ##
=======================================
Coverage 87.03% 87.03%
=======================================
Files 388 388
Lines 8069 8069
Branches 1983 1977 -6
=======================================
Hits 7023 7023
Misses 997 997
Partials 49 49 ☔ View full report in Codecov by Sentry. |
1b6e5f4
to
43f2f83
Compare
Renames: `isLateRedemptionEnabled` -> `isLateRedemptionAllowed` I can't quite fathom how this was wrong, but it's abundantly clear in the API serializer that the correct value should be `isLateRedemptionAllowed`. ENT-9259
43f2f83
to
5483853
Compare
Renames: `isLateRedemptionEnabled` -> `isLateRedemptionAllowed` I can't quite fathom how this was wrong, but it's abundantly clear in the API serializer that the correct value should be `isLateRedemptionAllowed`. ENT-9259
Renames:
isLateRedemptionEnabled
->isLateRedemptionAllowed
I can't quite fathom how this was wrong, but it's abundantly clear in the API serializer that the correct value should be
isLateRedemptionAllowed
.ENT-9259