etreschenkov 2026-02-05 18:18:48 +03:00
parent 564970af93
commit faec0844e0

View file

@ -18,7 +18,7 @@ public class GatewayApiSettings {
private InboundServerSettings inboundServer;
private InboundExternalServerSettings inboundExternalServer;
private String clearingSystem;
private CurrencySpecificationFormat loadCurrencySpecificationFormat;
private CurrencySpecificationFormat loadCurrencySpecificationFormat = CurrencySpecificationFormat.Massive;
public HazelcastClientParams getHazelcast() {
return hazelcast;