diff --git a/lms/envs/common.py b/lms/envs/common.py index 11fc81db2e24923a1fec5cc4fa60018cdf49cd1c..3aeba7c3bf6f92a0c0c20d45de7b21541f000847 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -374,6 +374,10 @@ FEATURES = { # Whether or not the dynamic EnrollmentTrackUserPartition should be registered. 'ENABLE_ENROLLMENT_TRACK_USER_PARTITION': False, + + # Enable one click program purchase + # See LEARNER-493 + 'ENABLE_ONE_CLICK_PROGRAM_PURCHASE': False, } # Ignore static asset files on import which match this pattern