1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Added User ID to webhook headers

This commit is contained in:
Eldad Fux 2020-11-22 22:10:51 +02:00
parent a5fd3f9ce1
commit beb8a00c74

View file

@ -81,6 +81,7 @@ class WebhooksV1
'Content-Length: '.\strlen($payload),
'X-'.APP_NAME.'-Webhook-Event: '.$event,
'X-'.APP_NAME.'-Webhook-Name: '.$name,
'X-'.APP_NAME.'-Webhook-UserID: '.$userId,
'X-'.APP_NAME.'-Webhook-Signature: '.$signature,
]
);