Skip to content

Commit 9d31826

Browse files
authored
Fix header reference
1 parent f3d3556 commit 9d31826

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)