File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 55use App \Support \GitHub ;
66use Illuminate \Support \Facades \View ;
77use Illuminate \Support \ServiceProvider ;
8- use Stripe \StripeClient ;
98
109class AppServiceProvider extends ServiceProvider
1110{
@@ -14,9 +13,7 @@ class AppServiceProvider extends ServiceProvider
1413 */
1514 public function register (): void
1615 {
17- $ this ->app ->bind (StripeClient::class, function () {
18- return new StripeClient (config ('services.stripe.secret ' ));
19- });
16+ //
2017 }
2118
2219 /**
Original file line number Diff line number Diff line change 3131 'region ' => env ('AWS_DEFAULT_REGION ' , 'us-east-1 ' ),
3232 ],
3333
34- 'stripe ' => [
35- 'key ' => env ('STRIPE_KEY ' ),
36- 'secret ' => env ('STRIPE_SECRET ' ),
37- 'webhook ' => [
38- 'secret ' => env ('STRIPE_WEBHOOK_SECRET ' ),
39- ],
40- ],
41-
4234 'anystack ' => [
4335 'key ' => env ('ANYSTACK_API_KEY ' ),
4436 ],
You can’t perform that action at this time.
0 commit comments