We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5691a2 commit 83d2eccCopy full SHA for 83d2ecc
config/services.php
@@ -8,7 +8,7 @@
8
|--------------------------------------------------------------------------
9
|
10
| This file is for storing the credentials for third party services such
11
- | as Stripe, Mailgun, SparkPost and others. This file provides a sane
+ | as Mailgun, SparkPost and others. This file provides a sane
12
| default location for this type of information, allowing packages
13
| to have a conventional place to find your various credentials.
14
@@ -34,14 +34,4 @@
34
'secret' => env('SPARKPOST_SECRET'),
35
],
36
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
-
47
];
0 commit comments