From faec0844e08553cfeceb72dc75cf082817daedc6 Mon Sep 17 00:00:00 2001 From: etreschenkov Date: Thu, 5 Feb 2026 18:18:48 +0300 Subject: [PATCH] http://jira.mfd.msk:8088/browse/CLS-924 --- .../ru/spcex/clearing/gatewayapi/config/GatewayApiSettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clearing-parent/gateway-api/src/main/java/ru/spcex/clearing/gatewayapi/config/GatewayApiSettings.java b/clearing-parent/gateway-api/src/main/java/ru/spcex/clearing/gatewayapi/config/GatewayApiSettings.java index d0a0ecabc..44303c978 100644 --- a/clearing-parent/gateway-api/src/main/java/ru/spcex/clearing/gatewayapi/config/GatewayApiSettings.java +++ b/clearing-parent/gateway-api/src/main/java/ru/spcex/clearing/gatewayapi/config/GatewayApiSettings.java @@ -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;