mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
157 - Authorizing with Stripe
This commit is contained in:
@@ -33,6 +33,7 @@ return [
|
||||
'model' => App\User::class,
|
||||
'key' => env('STRIPE_KEY'),
|
||||
'secret' => env('STRIPE_SECRET'),
|
||||
'client_id' => env('STRIPE_CLIENT_ID')
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user