🐛 | Commerce Currency Resolver | WSOD when removing item from cart in combination with currency resolver module.
🇳🇿New Zealand sjmcl
That problem is caused by the order_id of the order items being set to null, as reported in this issue:
Stop unsetting the order ID reference from the order refresh 📌 Stop unsetting the order ID reference from the order refresh Needs review
Applying the patch attached to the above issue solved this problem for me.
🇳🇿New Zealand sjmcl
That line of code has cost me several hours trying to fix a bug that looked like it was caused by the Currency Resolver module. Removing that line fixed it.
Thanks for posting that patch.