Skip to content
Snippets Groups Projects
Commit 7a02324b authored by Albert St. Aubin's avatar Albert St. Aubin
Browse files

Updating the default long term expiration to be 730 days for entitlements

[LEARNER-4494]
parent a576d682
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ class CourseEntitlementPolicy(models.Model):
Represents the Entitlement's policy for expiration, refunds, and regaining a used certificate
"""
DEFAULT_EXPIRATION_PERIOD_DAYS = 450
DEFAULT_EXPIRATION_PERIOD_DAYS = 730
DEFAULT_REFUND_PERIOD_DAYS = 60
DEFAULT_REGAIN_PERIOD_DAYS = 14
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment