File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ operation | Description
22
22
--- | ---
23
23
` success ` | the process that triggered the original event continues without any changes.
24
24
` 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
26
26
` replace ` | replaces the arguments values in the original events based based on the response
27
27
` remove ` | removes values or nodes from the arguments in the original event by provided path
28
28
Original file line number Diff line number Diff line change @@ -616,4 +616,4 @@ async function main (params) {
616
616
}
617
617
618
618
exports .main = main
619
- ```
619
+ ```
You can’t perform that action at this time.
0 commit comments