- Issue created by @betarobot
In quite a few places I bump into this error. This one is when I try to open carts:
Drupal\Core\Entity\EntityStorageException: The provided prices have mismatched currencies: 988.35 USD, 266.21 CAD. in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (line 815 of core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).
And the USD is product price, while CAD is shipping. Currency Resolver Shipping module is enabled as well.
Currency mapping: per store
Currency source: Combo mode (or Automatic, does not help)
Exchange rate: manual (via commerce_exchanger)
Any tips?
Active
1.61
Code