changed braintree to production
must do this more elegantly
This commit is contained in:
@@ -23,7 +23,8 @@ from rowsandall_app.settings import (
|
|||||||
|
|
||||||
gateway = braintree.BraintreeGateway(
|
gateway = braintree.BraintreeGateway(
|
||||||
braintree.Configuration(
|
braintree.Configuration(
|
||||||
braintree.Environment.Sandbox,
|
# braintree.Environment.Sandbox,
|
||||||
|
braintree.Environment.Production,
|
||||||
merchant_id=BRAINTREE_MERCHANT_ID,
|
merchant_id=BRAINTREE_MERCHANT_ID,
|
||||||
public_key=BRAINTREE_PUBLIC_KEY,
|
public_key=BRAINTREE_PUBLIC_KEY,
|
||||||
private_key=BRAINTREE_PRIVATE_KEY,
|
private_key=BRAINTREE_PRIVATE_KEY,
|
||||||
|
|||||||
Reference in New Issue
Block a user