Stunning hook

This commit is contained in:
snipe 2017-04-06 19:45:47 -07:00
parent 961c019554
commit c7acbc0eee

View file

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