Skip to content

Commit

Permalink
add more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Oct 1, 2021
1 parent 7b6ac38 commit 7511598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const equals = (of1: OrderForm, of2: OrderForm) => {
* The algoritm is something like:
* 1. Fetch orderForm from VTEX
* 2. Compute delta changes between the orderForm and the UI's cart
* 3. Update the orderForm accordingly
* 3. Update the orderForm in VTEX platform accordingly
* 4. If any chages were made, send to the UI the new cart. Null otherwise
*/
export const validateCart = async (
Expand Down

0 comments on commit 7511598

Please sign in to comment.