From 692d2e53b20135fe3a900f13012f47990845bff0 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Mon, 10 May 2010 10:21:22 +0200 Subject: [PATCH] Changed the header name of the hmac to be generic. --- src/IDF/Webhook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/Webhook.php b/src/IDF/Webhook.php index d291744..bfdbc1f 100644 --- a/src/IDF/Webhook.php +++ b/src/IDF/Webhook.php @@ -46,7 +46,7 @@ class IDF_Webhook 'user_agent' => 'Indefero Hook Sender (http://www.indefero.net)', 'max_redirects' => 0, 'timeout' => 15, - 'header'=> 'Indefero-Hook-Hmac: '.$sign."\r\n" + 'header'=> 'Post-Commit-Hook-Hmac: '.$sign."\r\n" .'Content-Type: application/json'."\r\n", ) );