add url link for credit checkout page

ECOM-1524
This commit is contained in:
zubair-arbi
2015-07-14 18:01:06 +05:00
parent a930fec852
commit 10bfcb83a0
2 changed files with 4 additions and 2 deletions

View File

@@ -181,6 +181,9 @@ FEATURES['ENABLE_COSMETIC_DISPLAY_PRICE'] = True
if FEATURES.get('ENABLE_THIRD_PARTY_AUTH') and 'third_party_auth.dummy.DummyBackend' not in AUTHENTICATION_BACKENDS:
AUTHENTICATION_BACKENDS = ['third_party_auth.dummy.DummyBackend'] + list(AUTHENTICATION_BACKENDS)
############## ECOMMERCE API CONFIGURATION SETTINGS ###############
ECOMMERCE_PUBLIC_URL_ROOT = "http://localhost:8002"
#####################################################################
# See if the developer has any local overrides.
try: