Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
Merge pull request #553 from muffinresearch/enable-ua-tracking-spartacus
Browse files Browse the repository at this point in the history
Enable tracking for spartacus sites (bug 1066698)
  • Loading branch information
muffinresearch committed Sep 12, 2014
2 parents c5b424e + edbd287 commit ccf024e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions webpay/settings/sites/altdev/settings_base.py
Expand Up @@ -145,5 +145,6 @@

SPA_SETTINGS = base.SPA_SETTINGS
SPA_SETTINGS['validRedirSites'].append('https://zippy.paas.allizom.org')
SPA_SETTINGS['ua_tracking_enabled'] = True

NOSE_PLUGINS = []
1 change: 1 addition & 0 deletions webpay/settings/sites/dev/settings_base.py
Expand Up @@ -146,5 +146,6 @@

SPA_SETTINGS = base.SPA_SETTINGS
SPA_SETTINGS['validRedirSites'].append('https://zippy.paas.allizom.org')
SPA_SETTINGS['ua_tracking_enabled'] = True

NOSE_PLUGINS = []
1 change: 1 addition & 0 deletions webpay/settings/sites/paymentsalt/settings_base.py
Expand Up @@ -123,6 +123,7 @@

SPA_SETTINGS = base.SPA_SETTINGS
SPA_SETTINGS['validRedirSites'].append('https://zippy.paas.allizom.org')
SPA_SETTINGS['ua_tracking_enabled'] = True

NOSE_PLUGINS = []

Expand Down
3 changes: 3 additions & 0 deletions webpay/settings/sites/prod/settings_base.py
Expand Up @@ -123,3 +123,6 @@

SPA_ENABLE = False
SPA_ENABLE_URLS = False

SPA_SETTINGS = base.SPA_SETTINGS
SPA_SETTINGS['ua_tracking_enabled'] = True
3 changes: 3 additions & 0 deletions webpay/settings/sites/stage/settings_base.py
Expand Up @@ -127,3 +127,6 @@

SPA_ENABLE = True
SPA_ENABLE_URLS = True

SPA_SETTINGS = base.SPA_SETTINGS
SPA_SETTINGS['ua_tracking_enabled'] = True

0 comments on commit ccf024e

Please sign in to comment.