mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 09:21:49 +02:00
* Fix BigDecimal precision of PremiumList.getLabelsToPrices() Different currencies have different numbers of decimal places (e.g. USD has 2, JPY has 0, and some even have 3). Thus, when loading the contents of a premium list, we need to set the precision correctly on all of the BigDecimal prices. This issue was introduced as part of the Registry 3.0 database migration when we changed each PremiumEntry to being a Money to a BigDecimal (to remove the redundancy of storing the same currency value over and over). |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
WEB-INF/appengine-generated | ||
build.gradle | ||
Dockerfile |