Private
Public Access
1
0

adding braintree info

This commit is contained in:
Sander Roosendaal
2018-12-21 15:04:35 +01:00
parent d4898701c9
commit 3286630931
8 changed files with 71 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
from django.conf import settings # import the settings file
def braintree_merchant(request):
# 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' }