vtex / vtex.js

VTEX SDK for JavaScript
MIT License
120 stars 52 forks source link

Feat/contextual pipeline #72

Closed silviasfon closed 3 years ago

silviasfon commented 3 years ago

What is the purpose of this pull request?

Gets updated version of orderForm to avoid inconsistencies in cart and checkout.

What problem is this solving?

Avoids outdated orderForm information in cart and checkout

How should this be manually tested?

On the vtex.js project folder: yarn install yarn grunt dev

On the vcs.checkout-ui project folder: yarn install yarn grunt --link=vtex.js

Then, open [here]() and open the network tab in dev tools. Go to the cart page and check the XHR requests to see if the query string is added to the orderForm request.

Screenshots or example usage

Screen Shot 2021-04-16 at 3 59 41 PM

Types of changes