aboutsummaryrefslogtreecommitdiff
path: root/conf.private.example.php
diff options
context:
space:
mode:
authorCamil Staps2016-07-28 09:37:48 +0200
committerCamil Staps2016-07-28 09:47:04 +0200
commit4f84eb2b09bf51eabdc29b5eeec101e0260b1cb7 (patch)
tree82722787d4018373720c66933f475bb2b1708c92 /conf.private.example.php
parentSplit Calculatable in trait and interface (diff)
Braintree integration: first version
Diffstat (limited to 'conf.private.example.php')
-rw-r--r--conf.private.example.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.private.example.php b/conf.private.example.php
index 54f4133..a9275b1 100644
--- a/conf.private.example.php
+++ b/conf.private.example.php
@@ -8,6 +8,7 @@ define('DB_PORT', '3306');
// Braintree settings
define('BRAINTREE_ENABLED', true);
+define('BRAINTREE_ENVIRONMENT', 'sandbox');
define('BRAINTREE_MERCHANT', ...);
define('BRAINTREE_KEY_PUBLIC', ...);
define('BRAINTREE_KEY_PRIVATE', ...);