Skip to content

Commit 4539082

Browse files
authored
Merge pull request #240 from woocommerce/fix/43400-v2-header
Fix header reference
2 parents 4acb904 + 9d31826 commit 4539082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/wp-api-v2/_webhooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Delivery is performed using `wp_remote_post()` (HTTP POST) and processed in the
3535
* `X-WC-Webhook-Event` - e.g. `updated`.
3636
* `X-WC-Webhook-Signature` - a base64 encoded HMAC-SHA256 hash of the payload.
3737
* `X-WC-Webhook-ID` - webhook's post ID.
38-
* `X-WC-Delivery-ID` - delivery log ID (a comment).
38+
* `X-WC-Webhook-Delivery-ID` - delivery log ID (a comment).
3939

4040
The payload is JSON encoded and for API resources (coupons, customers, orders, products), the response is exactly the same as if requested via the REST API.
4141

0 commit comments

Comments
 (0)