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

Commit

Permalink
Redirect to the right Zippy on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Sep 30, 2014
1 parent 2037f3c commit e5c7b36
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions webpay/settings/sites/dev/settings_base.py
Expand Up @@ -127,20 +127,9 @@
# reference == Zippy.
PAYMENT_PROVIDER = 'reference'


PAY_URLS = {
# Talk to Bango Test.
'bango': {
'base': 'http://mozilla.test.bango.org',
'pay': '/mozpayments/?bcid={uid_pay}',
'logout': '/mozpayments/logout/',
},
'reference': {
'base': 'https://zippy.paas.allizom.org',
'pay': '/payment/start?tx={uid_pay}',
'logout': '/users/reset',
},
}
PAY_URLS = base.PAY_URLS
PAY_URLS['bango']['base'] = 'http://mozilla.test.bango.org'
PAY_URLS['reference']['base'] = 'https://zippy-dev.allizom.org'

SPARTACUS_STATIC = 'https://marketplace-dev.mozflare.net/mozpay/spa'

Expand Down

0 comments on commit e5c7b36

Please sign in to comment.