increase rounding mode to 4

This commit is contained in:
2025-12-02 23:12:32 +02:00
parent 0c2a39f851
commit 2b509cb7b7
4 changed files with 9 additions and 3 deletions

View File

@@ -24,5 +24,6 @@ public class SdkActionDto {
private Boolean sandbox;
private String paymentProcessorLabel;
private String responseUrl;
private String returnUrl;
}