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'), + ], + + ];