Updated webhooks headers

This commit is contained in:
Eldad Fux
2020-02-02 21:06:16 +02:00
parent ae6c82f65a
commit 0f2de5ed22
+1 -1
View File
@@ -65,7 +65,7 @@ class WebhooksV1
[
'Content-Type: application/json',
'Content-Length: '.strlen($payload),
'X-'.APP_NAME.'-Event: '.$event,
'X-'.APP_NAME.'-Webhook-Event: '.$event,
'X-'.APP_NAME.'-Webhook-Name: '.$name,
'X-'.APP_NAME.'-Webhook-Signature: '.$signature,
]