Skip to content

Commit

Permalink
feat: add feature flag for enrollment welcome email (#2548)
Browse files Browse the repository at this point in the history
  • Loading branch information
mudassir-hafeez authored Jul 11, 2024
1 parent 95dd669 commit 4b83aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ config:
DRIVE_WEBHOOK_RENEWAL_PERIOD_MINUTES: 720
FEATURE_ENABLE_ENTERPRISE: "False"
FEATURE_ENABLE_EXTERNAL_COURSE_SYNC: "True"
FEATURE_ENROLLMENT_WELCOME_EMAIL: "False"
GA_TRACKING_ID: "UA-5145472-38"
GTM_TRACKING_ID: "GTM-KG4FR7J"
HUBSPOT_CREATE_USER_FORM_ID: "9ada5d38-33ee-415c-8cb2-9d72e735b1d5"
Expand Down
1 change: 1 addition & 0 deletions src/ol_infrastructure/applications/xpro/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
"FEATURE_ENABLE_ENTERPRISE": "True",
"FEATURE_ENABLE_TAXES_DISPLAY": "True",
"FEATURE_ENABLE_EXTERNAL_COURSE_SYNC": "True",
"FEATURE_ENROLLMENT_WELCOME_EMAIL": "True",
"FEATURE_WEBINARS": "True",
"HUBSPOT_PIPELINE_ID": "75e28846-ad0d-4be2-a027-5e1da6590b98",
"MITOL_DIGITAL_CREDENTIALS_AUTH_TYPE": "code",
Expand Down

0 comments on commit 4b83aaa

Please sign in to comment.