commit
This commit is contained in:
@@ -3,9 +3,10 @@ from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.conf import settings # import the settings file
|
||||
from django.conf import settings # import the settings file
|
||||
|
||||
def braintree_merchant(request): # pragma: no cover
|
||||
|
||||
def braintree_merchant(request): # pragma: no cover
|
||||
# return the value you want as a dictionnary. you may add multiple values in there.
|
||||
# return {'BRAINTREE_MERCHANT_ID': settings.BRAINTREE_MERCHANT_ID}
|
||||
return {'BRAINTREE_MERCHANT_ID': 'jytq7yxsm66qqdzb' }
|
||||
return {'BRAINTREE_MERCHANT_ID': 'jytq7yxsm66qqdzb'}
|
||||
|
||||
Reference in New Issue
Block a user