Skip to content

Commit

Permalink
Merge pull request #189 from vtex-apps/feature/variant
Browse files Browse the repository at this point in the history
variant
  • Loading branch information
hiagolcm authored Sep 15, 2023
2 parents b42b534 + 4116329 commit afdb277
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"axios": "^0.19.0",
"classnames": "^2.2.6",
"debounce": "^1.2.0",
"exenv": "^1.2.2",
"graphql": "14.1.1",
"prop-types": "^15.7.2",
"ramda": "^0.26.1",
Expand Down
1 change: 1 addition & 0 deletions react/utils/biggy-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default class BiggyClient {
productOriginVtex: productOrigin,
count,
shippingOptions,
variant: getCookie('sp-variant'),
},
fetchPolicy: 'network-only',
})
Expand Down
5 changes: 5 additions & 0 deletions react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -906,6 +906,11 @@ execa@^2.0.3:
signal-exit "^3.0.2"
strip-final-newline "^2.0.0"

exenv@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/exenv/-/exenv-1.2.2.tgz#2ae78e85d9894158670b03d47bec1f03bd91bb9d"
integrity sha512-Z+ktTxTwv9ILfgKCk32OX3n/doe+OcLTRtqK9pcL+JsP3J1/VW8Uvl4ZjLlKqeW4rzK4oesDOGMEMRIZqtP4Iw==

extend-shallow@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
Expand Down

0 comments on commit afdb277

Please sign in to comment.