Skip to content

Commit d036f60

Browse files
Merge pull request AdobeDocs#87 from commerce-docs/fix-webhooks-link
Fix .md link syntax
2 parents 774c750 + f449bab commit d036f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/webhooks/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords:
77

88
# Testing Webhooks
99

10-
Use the `[webhooks:dev:run <webhook-name> <webhook-arguments-payload>](commands.md#emulate-webhook-execution)` command in development mode to test your webhooks locally. It emulates the execution of your registered webhook, which contains a custom payload, without requiring changes to the Commerce application. Run this command after setting the initial webhook payload in a `webhooks.xml` file. Then run the command again any time you make subsequent modifications to the payload until you can confirm that the payload works as expected.
10+
Use the [`webhooks:dev:run <webhook-name> <webhook-arguments-payload>`](commands.md#emulate-webhook-execution) command in development mode to test your webhooks locally. It emulates the execution of your registered webhook, which contains a custom payload, without requiring changes to the Commerce application. Run this command after setting the initial webhook payload in a `webhooks.xml` file. Then run the command again any time you make subsequent modifications to the payload until you can confirm that the payload works as expected.
1111

1212
In this example, the `webhooks.xml` file registered the following webhook:
1313

0 commit comments

Comments
 (0)