Skip to content

Commit f9ccda2

Browse files
committed
Change default rounding mode to half up
1 parent ec0c981 commit f9ccda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/io/snabble/sdk/SnabbleSdk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public static class Config {
136136

137137
public String[] amountPrefixes = new String[0];
138138

139-
public RoundingMode roundingMode = RoundingMode.UP;
139+
public RoundingMode roundingMode = RoundingMode.HALF_UP;
140140
}
141141

142142
private String endpointBaseUrl;

0 commit comments

Comments
 (0)