1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-01 06:02:54 +00:00

fix: check consent unknownStateIsConsideredAsDecline = false

This commit is contained in:
Jakub Lidke
2025-06-26 14:16:14 +02:00
parent 9ad4466d69
commit 27f81ab30e

View File

@ -110,7 +110,7 @@ public class GicsConsentService implements ICheckConsent {
new ParametersParameterComponent().setName("ignoreVersionNumber") new ParametersParameterComponent().setName("ignoreVersionNumber")
.setValue(new BooleanType().setValue(true))).addPart( .setValue(new BooleanType().setValue(true))).addPart(
new ParametersParameterComponent().setName("unknownStateIsConsideredAsDecline") new ParametersParameterComponent().setName("unknownStateIsConsideredAsDecline")
.setValue(new BooleanType().setValue(true))); .setValue(new BooleanType().setValue(false)));
result.addParameter(config); result.addParameter(config);
return result; return result;