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 #310 from kumar303/stage-boku
Browse files Browse the repository at this point in the history
Activate Boku on stage
  • Loading branch information
kumar303 committed Jan 28, 2015
2 parents 6316061 + 4c96170 commit 3c387ff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
8 changes: 7 additions & 1 deletion solitude/settings/sites/stage/db.py
Expand Up @@ -53,7 +53,13 @@

# Below is configuration of payment providers.

ZIPPY_CONFIGURATION = {}
ZIPPY_CONFIGURATION = {
'boku': {
'url': base.BOKU_API_DOMAIN
}
}

BOKU_PROXY = 'https://payments-proxy.allizom.org/proxy/provider'

PAYPAL_PROXY = private.PAYPAL_PROXY
PAYPAL_URLS_ALLOWED = ('https://marketplace.allizom.org',)
Expand Down
11 changes: 9 additions & 2 deletions solitude/settings/sites/stage/proxy.py
Expand Up @@ -52,7 +52,14 @@
PAYPAL_URLS_ALLOWED = ('https://marketplace.allizom.org',)
PAYPAL_USE_SANDBOX = True

ZIPPY_CONFIGURATION = {}

BANGO_ENV = 'prod'
BANGO_AUTH = private.BANGO_AUTH

ZIPPY_CONFIGURATION = {
'boku': {
'url': base.BOKU_API_DOMAIN,
}
}

BOKU_MERCHANT_ID = private.BOKU_MERCHANT_ID
BOKU_SECRET_KEY = private.BOKU_SECRET_KEY

0 comments on commit 3c387ff

Please sign in to comment.