Cart currency is not changed when changing currency with existing user cart
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3562852. --> Reported by: [murz](https://www.drupal.org/user/157092) Related to !91 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When the user changes the currency, having already created cart, the cart keep the original currency, instead of start using the new one. </p> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>This is how commercetools API work - the cart currency can't be changed. A workaround is to recreate the cart from scratch, if the current currency differs from the cart currency. But do this only when users tries to modify the cart.</p>
issue