feat: add B2C subscription flag for header change

This commit is contained in:
Raza Dar
2023-06-16 14:39:59 +05:00
parent c55f0961ba
commit b05fe46267

View File

@@ -5341,6 +5341,7 @@ 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
############## NOTIFICATIONS EXPIRY ##############
NOTIFICATIONS_EXPIRY = 60