adamsaghy commented on code in PR #3873:
URL: https://github.com/apache/fineract/pull/3873#discussion_r1579525564


##########
fineract-core/src/main/java/org/apache/fineract/organisation/monetary/domain/MoneyHelper.java:
##########
@@ -59,4 +63,11 @@ public static MathContext getMathContext() {
         }
         return mathContext;
     }
+
+    @Profile(FineractProfiles.TEST)

Review Comment:
   also please either change the method name, as it is not reset the rounding 
mode, its fetching it via configuraiton service again, or change the 
implementation to set the roundingMode to NULL



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to