diff --git a/src/Libs/helpers.php b/src/Libs/helpers.php index a931f4cc..db03bea0 100644 --- a/src/Libs/helpers.php +++ b/src/Libs/helpers.php @@ -320,7 +320,7 @@ if (!function_exists('serveHttpRequest')) { continue; } - $userId = ag($info, 'user_id', null); + $userId = ag($info, 'user', null); $matchUser = true === ag($info, 'webhook.match.user') && null !== $userId; if (true === $matchUser && $userId !== $request->getAttribute('USER_ID', null)) { continue;