Skip to content

Commit 506c29a

Browse files
oshmyheliukjhadobe
andauthored
Apply suggestions from code review
Co-authored-by: Jared Hoover <98363870+jhadobe@users.noreply.github.com>
1 parent cb09a48 commit 506c29a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/starter-kit/checkout/use-cases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ You can register multiple webhooks for different shipping methods or shipping ca
172172

173173
## Shipping methods: Payload
174174

175-
The request payload contains information about all items in the cart, including product information and product attributes, shipping address, and customer information for logged-in customers.
175+
The request payload contains information about all items in the cart, including product information, product attributes, shipping address, and customer information for logged-in customers.
176176

177177
The example of payload:
178178

@@ -246,7 +246,7 @@ The example of payload:
246246
}
247247
```
248248

249-
You can find examples of how to use shipping addresses, customer data, or product attributes in your App Builder application here [`actions/shipping-methods.js`](https://github.com/adobe/commerce-checkout-starter-kit/blob/main/actions/shipping-methods/index.js).
249+
You can find examples of how to use shipping addresses, customer data, and product attributes in your App Builder application in [`actions/shipping-methods.js`](https://github.com/adobe/commerce-checkout-starter-kit/blob/main/actions/shipping-methods/index.js).
250250

251251
## Shipping methods: GraphQL
252252

0 commit comments

Comments
 (0)