157 - Authorizing with Stripe

This commit is contained in:
Adam Wathan
2018-01-19 11:00:47 -05:00
parent ec1986eb8a
commit fe6a03cb64
5 changed files with 30 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ return [
'model' => App\User::class,
'key' => env('STRIPE_KEY'),
'secret' => env('STRIPE_SECRET'),
'client_id' => env('STRIPE_CLIENT_ID')
],
];