Skip to content

Commit 4acb904

Browse files
authoredMar 11, 2024··
Merge pull request #238 from woocommerce/fix/43400-webhook-header
Fix ref to webhook delivery ID header.
2 parents f3d3556 + 0472202 commit 4acb904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/includes/wp-api-v3/_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)
Please sign in to comment.