Merge pull request #3329 from TheShiftExchange/patch-2

Minor update to Stripe config
This commit is contained in:
Taylor Otwell 2015-04-01 09:07:36 -05:00
commit fcdb4ccaa0
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
'stripe' => [ 'stripe' => [
'model' => 'App\User', 'model' => 'App\User',
'secret' => '', 'secret' => '',
'public' => '',
], ],
]; ];