Skip to content

Commit cdc0e81

Browse files
committed
fix env variable
1 parent 60d9d69 commit cdc0e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Finally, set your Stripe key in your `services.php` configuration file:
7575

7676
'stripe' => [
7777
'model' => App\User::class,
78-
'secret' => env('STRIPE_API_SECRET'),
78+
'secret' => env('STRIPE_SECRET'),
7979
],
8080

8181
<a name="subscriptions"></a>

0 commit comments

Comments
 (0)