From a18e418a0720cfc258db1ad506e51c24b069901e Mon Sep 17 00:00:00 2001 From: Raza Dar <5585262+mrazadar@users.noreply.github.com> Date: Tue, 20 Jun 2023 15:56:44 +0500 Subject: [PATCH] feat: update: Reverted - History changed to Orders & Subscriptions --- lms/envs/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 57612a251d..13f71438e5 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -5342,7 +5342,6 @@ SUBSCRIPTIONS_API_PATH = f"{SUBSCRIPTIONS_ROOT_URL}/api/v1/stripe-subscription/" SUBSCRIPTIONS_LEARNER_HELP_CENTER_URL = None SUBSCRIPTIONS_BUY_SUBSCRIPTION_URL = f"{SUBSCRIPTIONS_ROOT_URL}/api/v1/stripe-subscribe/" SUBSCRIPTIONS_MANAGE_SUBSCRIPTION_URL = None -SUBSCRIPTIONS_ORDERS_MENU_ITEM_ENABLED = False SUBSCRIPTIONS_SERVICE_WORKER_USERNAME = 'subscriptions_worker' ############## NOTIFICATIONS EXPIRY ##############