Skip to content

Commit

Permalink
Update sandbox braintree keys
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Oct 26, 2017
1 parent e1c7480 commit a8bd7d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions marketplaceapp/braintree_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

braintree.Configuration.configure(
braintree.Environment.Sandbox,
merchant_id="cbqd3ncztsszwbrh",
public_key="7mr28wc74trf2xp4",
private_key="3a21c73d4c362d0bf38080e9d87a5854"
merchant_id="nnrdhv8jcbptkj6z",
public_key="xjyj3dtj8w3x8kxq",
private_key="59b5b4248dcd13be8ff29e4f4ade559a"
)

0 comments on commit a8bd7d0

Please sign in to comment.