You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using approximation on Money the following UnsupportedOperationException("minus not supported for cross-currency comparison - use moneyMinus") is raised.
Is it possible to have a dedicated approximation function or update the existing one in order to handle Money type using moneyPlus and minus ?
I could try a PR with some hints.
The text was updated successfully, but these errors were encountered:
When using approximation on Money the following
UnsupportedOperationException("minus not supported for cross-currency comparison - use moneyMinus")
is raised.Is it possible to have a dedicated approximation function or update the existing one in order to handle Money type using moneyPlus and minus ?
I could try a PR with some hints.
The text was updated successfully, but these errors were encountered: