Skip to content

Commit 38dd020

Browse files
committed
CEXT-2484: Document new operations
1 parent a60b84f commit 38dd020

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/webhooks/responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ operation | Description
2222
--- | ---
2323
`success` | the process that triggered the original event continues without any changes.
2424
`exception` | causes Commerce to terminate the process that triggered the original event
25-
`add` | updates the arguments in the original events by adding data described in the operation
25+
`add` | updates the arguments in the original events by adding data described in the operation
2626
`replace` | replaces the arguments values in the original events based based on the response
2727
`remove` | removes values or nodes from the arguments in the original event by provided path
2828

src/pages/webhooks/use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,4 +616,4 @@ async function main (params) {
616616
}
617617

618618
exports.main = main
619-
```
619+
```

0 commit comments

Comments
 (0)