From a0072953ff82fbbdcc5b9822a006baaa35841ccf Mon Sep 17 00:00:00 2001 From: DariusIII Date: Thu, 23 Dec 2021 11:45:14 +0100 Subject: [PATCH] Update services config file --- config/services.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services.php b/config/services.php index 0aa3b7410..e470f6598 100644 --- a/config/services.php +++ b/config/services.php @@ -42,6 +42,6 @@ return [ 'secret' => env('STRIPE_WEBHOOK_SECRET'), 'tolerance' => env('STRIPE_WEBHOOK_TOLERANCE', 300), ], - ] + ], ];