make PaidCourseRegistration mode aware

This commit is contained in:
Jason Bau
2013-08-20 13:20:06 -07:00
committed by Diana Huang
parent 6f3e83b86c
commit 5fbb12cb61
6 changed files with 55 additions and 10 deletions

View File

@@ -270,6 +270,10 @@ CC_PROCESSOR['CyberSource']['PURCHASE_ENDPOINT'] = os.environ.get('CYBERSOURCE_P
########################## USER API ########################
EDX_API_KEY = None
####################### Shoppingcart ###########################
MITX_FEATURES['ENABLE_SHOPPING_CART'] = True
#####################################################################
# Lastly, see if the developer has any local overrides.
try: