Remove Stripe service

This commit is contained in:
James Brooks 2016-03-21 16:35:01 +00:00
parent b29cc6824c
commit b8d148e79d

View File

@ -42,10 +42,4 @@ return [
'region' => 'us-east-1', 'region' => 'us-east-1',
], ],
'stripe' => [
'model' => 'CachetHQ\Cachet\Models\User',
'key' => env('STRIPE_KEY'),
'secret' => env('STRIPE_SECRET'),
],
]; ];