Skip to content

Commit 1ac1339

Browse files
Fixed AllInOne incoming parameters bag
1 parent f539d87 commit 1ac1339

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/Message/AllInOne/NotificationRequest.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ class NotificationRequest extends AbstractIncomingRequest
2222
*/
2323
protected function getIncomingParametersBag(): ParameterBag
2424
{
25-
$json = $this->httpRequest->getContent();
26-
$data = json_decode($json, true);
27-
28-
return new ParameterBag($data ?? []);
25+
return $this->httpRequest->request;
2926
}
3027
}

0 commit comments

Comments
 (0)