Skip to content

Commit 83d2ecc

Browse files
committed
Remove Stripe config settings
These now ship with a dedicated config file for Cashier.
1 parent d5691a2 commit 83d2ecc

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

config/services.php

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|--------------------------------------------------------------------------
99
|
1010
| This file is for storing the credentials for third party services such
11-
| as Stripe, Mailgun, SparkPost and others. This file provides a sane
11+
| as Mailgun, SparkPost and others. This file provides a sane
1212
| default location for this type of information, allowing packages
1313
| to have a conventional place to find your various credentials.
1414
|
@@ -34,14 +34,4 @@
3434
'secret' => env('SPARKPOST_SECRET'),
3535
],
3636

37-
'stripe' => [
38-
'model' => App\User::class,
39-
'key' => env('STRIPE_KEY'),
40-
'secret' => env('STRIPE_SECRET'),
41-
'webhook' => [
42-
'secret' => env('STRIPE_WEBHOOK_SECRET'),
43-
'tolerance' => env('STRIPE_WEBHOOK_TOLERANCE', 300),
44-
],
45-
],
46-
4737
];

0 commit comments

Comments
 (0)