From 885d54239f55de18887ea6090b67d4a92802e33d Mon Sep 17 00:00:00 2001 From: Marko Jevtic <marjevtic@gmail.com> Date: Thu, 13 Apr 2017 07:54:00 +0000 Subject: [PATCH] [LEARNER-493] Add feature flag for Bundled Purchase - WL --- lms/envs/common.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index 11fc81db2e2..3aeba7c3bf6 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 -- GitLab