Private
Public Access
1
0

changed braintree to production

must do this more elegantly
This commit is contained in:
Sander Roosendaal
2019-01-02 16:16:20 +01:00
parent 7a7a2b0ffe
commit 8ebdf7c06b

View File

@@ -23,7 +23,8 @@ from rowsandall_app.settings import (
gateway = braintree.BraintreeGateway(
braintree.Configuration(
braintree.Environment.Sandbox,
# braintree.Environment.Sandbox,
braintree.Environment.Production,
merchant_id=BRAINTREE_MERCHANT_ID,
public_key=BRAINTREE_PUBLIC_KEY,
private_key=BRAINTREE_PRIVATE_KEY,