Skip to content

Commit

Permalink
Update fetch policy now that Apollo bug has been resolved (magento#2996)
Browse files Browse the repository at this point in the history
Co-authored-by: Devagouda <[email protected]>
  • Loading branch information
tjwiebell and dpatil-magento authored Feb 11, 2021
1 parent 5e38b33 commit 3902295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/peregrine/lib/store/actions/cart/asyncActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export const getCartDetails = payload => {
try {
const { data } = await fetchCartDetails({
variables: { cartId },
fetchPolicy: 'no-cache'
fetchPolicy: 'network-only'
});
const { cart: details } = data;

Expand Down

0 comments on commit 3902295

Please sign in to comment.