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

Commit

Permalink
Switch to sandbox mode for now
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Apr 1, 2015
1 parent 97047b0 commit 85a1b07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ GRATIPAY_COMPRESS_ASSETS=no

BALANCED_API_SECRET=ak-test-2zFgxfVijBzn4xC9dLRtLkxoB38iNKNKR

COINBASE_API_KEY=uETKVUrnPuXzVaVj
COINBASE_API_SECRET=32zAkQCcHHYkGGn29VkvEZvn21PM1lgO
COINBASE_API_KEY=gmw4X810tR5Iaa4w
COINBASE_API_SECRET=siPXSFVQ3dW0u4L6TtB79FPFFaFpCpOE

OAUTHLIB_INSECURE_TRANSPORT=1
OAUTHLIB_RELAX_TOKEN_SCOPE=1
Expand Down
1 change: 1 addition & 0 deletions gratipay/wireup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def mail(env, project_root='.'):
def billing(website, env):
balanced.configure(env.balanced_api_secret)
website.coinbase = Coinbase(env.coinbase_api_key, env.coinbase_api_secret)
website.coinbase.BASE_API_URI = 'https://api.sandbox.coinbase.com/v1/'


def username_restrictions(website):
Expand Down

0 comments on commit 85a1b07

Please sign in to comment.