Merge pull request #32490 from openedx/mrazadar/PON-88/orders-and-subscriptions

feat: add B2C subscription flag for header change
This commit is contained in:
Raza Dar
2023-06-20 12:47:09 +05:00
committed by GitHub

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