/home/techb158/immovalet.com/vendor/laravel/cashier/src/Http/Middleware
NameSizeModeActions
VerifyRedirectUrl.php7760644editdlrm
VerifyWebhookSignature.php10440644editdlrm
Edit: /home/techb158/immovalet.com/vendor/laravel/cashier/src/Http/Middleware/VerifyWebhookSignature.php (1044B)
getContent(), $request->header('Stripe-Signature'), config('cashier.webhook.secret'), config('cashier.webhook.tolerance') ); } catch (SignatureVerificationException $exception) { throw new AccessDeniedHttpException($exception->getMessage(), $exception); } return $next($request); } }