From cdc0e813b0ae2fcc88e4436f695f2d5cb2d1614b Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sun, 28 Feb 2016 15:38:24 -0600 Subject: [PATCH] fix env variable --- billing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/billing.md b/billing.md index dba931e5062..a558a067b99 100644 --- a/billing.md +++ b/billing.md @@ -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'), ],