Skip to content

Commit

Permalink
fix env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Feb 28, 2016
1 parent 60d9d69 commit cdc0e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Finally, set your Stripe key in your `services.php` configuration file:

'stripe' => [
'model' => App\User::class,
'secret' => env('STRIPE_API_SECRET'),
'secret' => env('STRIPE_SECRET'),
],

<a name="subscriptions"></a>
Expand Down

0 comments on commit cdc0e81

Please sign in to comment.