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 119bcde commit f7d0202Copy full SHA for f7d0202
src/Http/Middleware/VerifyWebhookSignature.php
@@ -8,7 +8,7 @@
8
class VerifyWebhookSignature
9
{
10
11
- public function handle($request, Closure $next): \Illuminate\Http\Response
+ public function handle($request, Closure $next)
12
13
// validate that callback is coming from Paystack
14
if ((! $request->isMethod('post')) || ! $request->header('x-paystack-signature', null)) {
0 commit comments