Skip to content

Commit bf9b600

Browse files
authored
Small grammatical updates
1 parent 46aa652 commit bf9b600

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/webhooks/use-cases.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,9 @@ softTimeout="100" priority="100" required="true" fallbackErrorMessage="The produ
374374
}
375375
```
376376

377-
## Overwrite of tax calculation
377+
## Overwrite tax calculation
378378

379-
When a shopper goes to the checkout, a third-party system calculate taxes based on quote details and overwrite taxes values.
379+
When a shopper goes to the checkout, a third-party system calculates taxes based on quote details and overwrites the default tax values.
380380

381381
**webhook.xml configuration:**
382382

@@ -398,7 +398,7 @@ When a shopper goes to the checkout, a third-party system calculate taxes based
398398
</method>
399399
```
400400

401-
The payload received by third-party endpoint based on the configured list of fields:
401+
The third-party endpoint receives the following payload, which is based on the configured list of fields:
402402

403403
```json
404404
{
@@ -474,7 +474,7 @@ The payload received by third-party endpoint based on the configured list of fie
474474
}
475475
```
476476

477-
Based on the input arguments and third-party endpoint logic that tax percent should be `19` the response operations list can look like:
477+
Based on the input arguments and third-party endpoint logic, the tax percentage should be `19`. The response operations list can look like:
478478

479479
```json
480480
[

0 commit comments

Comments
 (0)