Skip to content

Commit 7bf1209

Browse files
committed
Update Readme with further details.
1 parent 3db50a1 commit 7bf1209

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,8 @@ or activate the `throw_exception_on_failure` global option of the `webhook-serve
352352

353353
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.
354354

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.
356357
```php
357358
WebhookCall::create()
358359
->sendRawBody("<root>someXMLContent</root>")

0 commit comments

Comments
 (0)