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(
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user