Browse Source

Merge pull request #3329 from TheShiftExchange/patch-2

Minor update to Stripe config
Taylor Otwell 10 years ago
parent
commit
fcdb4ccaa0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/services.php

+ 1 - 0
config/services.php

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