clojurewerkz / money

A Clojure library that deals with monetary values and currencies. Built on top of Joda Money.
155 stars 20 forks source link

Bugfix: clojurewerkz.money.amounts/convert-to now accepts BigDecimal multiplier. #11

Closed tjg closed 9 years ago

tjg commented 9 years ago

The documentation says Multiplier should be either a java.math.BigDecimal or a double. But you'd get an IllegalArgumentException if you tried to pass in a BigDecimal.