You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,8 @@ or activate the `throw_exception_on_failure` global option of the `webhook-serve
352
352
353
353
By default, all webhooks will transform the payload into JSON. Instead of sending JSON, you can send any string by using the `sendRawBody(string $body)` option instead.
354
354
355
-
Due to type mismatch in the Signer API, it is currently not support to sign raw data requests
355
+
Due to type mismatch in the Signer API, it is currently not support to sign raw data requests.
356
+
When using the _sendRawBody_ option, you will receive a _string_ payload in the WebhookEvents.
0 commit comments