Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1.x/reference/carts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ depending on your `auth_policy` merge or override the basket on their account.
## Determining cart changes

Carts by nature are dynamic, which means anything can change at any moment. This means it can be quite challenging to
determine whether a card has changed from the one currently loaded, for example, if the user goes to check out and
determine whether a cart has changed from the one currently loaded; for example, if the user goes to check out and
changes their cart on another tab, how does the checkout know there has been a change?

To help this, a cart will have a fingerprint generated which you can check to determine whether there has been
Expand Down