Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Traci Porter <[email protected]>
  • Loading branch information
davidchin and bc-traciporter committed Sep 6, 2024
1 parent eed31c9 commit 90dd7bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion reference/carts.sf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ components:
description: Locale of the cart.
version:
type: integer
description: The current version of the cart, which increments with each successful update. It can be used to enable optimistic concurrency control for subsequent updates.
description: The current version of the cart increments with each successful update. You can use it to enable optimistic concurrency control for subsequent updates.
example: 1
x-internal: false
requestCart:
Expand Down
2 changes: 1 addition & 1 deletion reference/carts.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1770,7 +1770,7 @@ components:
type: string
version:
type: integer
description: The current version of the cart, which increments with each successful update. It can be used to enable optimistic concurrency control for subsequent updates.
description: The current version of the cart increments with each successful update. You can use it to enable optimistic concurrency control for subsequent updates.
example: 1
Currency:
type: object
Expand Down
2 changes: 1 addition & 1 deletion reference/checkouts.sf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2343,7 +2343,7 @@ components:
`true` value indicates StoreCredit has been applied.
version:
type: integer
description: The current version of the checkout, which increments with each successful update. It can be used to enable optimistic concurrency control for subsequent updates.
description: The current version of the checkout increments with each successful update. You can use it to enable optimistic concurrency control for subsequent updates.
example: 1
description: ''
x-internal: false
Expand Down
2 changes: 1 addition & 1 deletion reference/checkouts.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8727,7 +8727,7 @@ components:
description: Text of the banner.
version:
type: integer
description: The current version of the checkout, which increments with each successful update. It can be used to enable optimistic concurrency control for subsequent updates.
description: The current version of the checkout increments with each successful update. You can use it to enable optimistic concurrency control for subsequent updates.
example: 1
Checkout_Put:
title: Checkout_Put
Expand Down

0 comments on commit 90dd7bc

Please sign in to comment.