Skip to content

Commit bc37349

Browse files
authored
Update hooks.md
1 parent a812249 commit bc37349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/webhooks/hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ For example, the payload of the `plugin.magento.quote.api.shipment_estimation.es
190190
}
191191
```
192192

193-
To transmit the `postcode` property of the `address` object and the `carrier_code`, `method_code`, and `base_amount` for each shipping estimate, the webhook's fields can be configured as follows:
193+
To transmit the `postcode` property of the `address` object and the `carrier_code`, `method_code`, and `base_amount` for each shipping estimate, configure the webhook's fields as follows:
194194

195195
```xml
196196
<fields>
@@ -201,7 +201,7 @@ To transmit the `postcode` property of the `address` object and the `carrier_cod
201201
</fields>
202202
```
203203

204-
The following object would then be sent to the remote application:
204+
Commerce sends the following object to the remote application:
205205

206206
```json
207207
{

0 commit comments

Comments
 (0)