Hi guys,
This is a great demo store, and I was reviewing the codebase. I have a quick question.
If I sign in to the store, how does the cart get updated with customer information? I do not see CartForm.ACTIONS.BuyerIdentityUpdate being called after logging in. How does customerAccessToken get updated after you log in to the store based on what is currently in the codebase?
Hi guys, This is a great demo store, and I was reviewing the codebase. I have a quick question.
If I sign in to the store, how does the cart get updated with customer information? I do not see
CartForm.ACTIONS.BuyerIdentityUpdate
being called after logging in. How doescustomerAccessToken
get updated after you log in to the store based on what is currently in the codebase?