Skip to content

Commit

Permalink
PWA3230 :: resolving sigin in error
Browse files Browse the repository at this point in the history
  • Loading branch information
glo82145 committed Dec 26, 2023
1 parent ecc3269 commit f44df1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/peregrine/lib/talons/SignIn/useSignIn.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@ export const useSignIn = props => {

setIsSigningIn(false);
}
// Merge the guest cart into the customer cart.
await mergeCarts({
variables: {
destinationCartId,
sourceCartId
}
});
},
[
cartId,
Expand Down

0 comments on commit f44df1f

Please sign in to comment.