We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0c981 commit f9ccda2Copy full SHA for f9ccda2
core/src/main/java/io/snabble/sdk/SnabbleSdk.java
@@ -136,7 +136,7 @@ public static class Config {
136
137
public String[] amountPrefixes = new String[0];
138
139
- public RoundingMode roundingMode = RoundingMode.UP;
+ public RoundingMode roundingMode = RoundingMode.HALF_UP;
140
}
141
142
private String endpointBaseUrl;
0 commit comments