From c7acbc0eeea2fa4738b04b4160ba892c54ff898e Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 6 Apr 2017 19:45:47 -0700 Subject: [PATCH] Stunning hook --- config/services.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/services.php b/config/services.php index 93eec86365..882d047709 100644 --- a/config/services.php +++ b/config/services.php @@ -35,4 +35,11 @@ return [ 'secret' => env('STRIPE_SECRET'), ], + 'stunning' => [ + 'enabled' => env('ENABLE_STUNNING', false), + 'app_key' => env('STUNNING_APP_KEY'), + 'stripe_id' => env('STUNNING_STRIPE_ID'), + ], + + ];