mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Merge pull request #3329 from TheShiftExchange/patch-2
Minor update to Stripe config
This commit is contained in:
commit
fcdb4ccaa0
@ -32,6 +32,7 @@ return [
|
||||
'stripe' => [
|
||||
'model' => 'App\User',
|
||||
'secret' => '',
|
||||
'public' => '',
|
||||
],
|
||||
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user