Skip to content

Commit 61d7acf

Browse files
Updates
1 parent 764f874 commit 61d7acf

File tree

1 file changed

+1
-1
lines changed
  • connector/rest/src/main/java/it/pagopa/selfcare/party/registry_proxy/connector/rest/model/mapper

1 file changed

+1
-1
lines changed

connector/rest/src/main/java/it/pagopa/selfcare/party/registry_proxy/connector/rest/model/mapper/PDNDBusinessMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ default List<String> mapAtecoCodes(PDNDVisuraImpresa pdndVisuraImpresa, @Context
5252
.collect(Collectors.toSet()));
5353
}
5454

55-
if (Boolean.TRUE.equals(config.getSkipLocalizzazioneNodes())) {
55+
if (Boolean.FALSE.equals(config.getSkipLocalizzazioneNodes())) {
5656
var pointOfSales = pdndVisuraImpresa.getPointOfSales();
5757
if (Objects.nonNull(pointOfSales) && Objects.nonNull(pointOfSales.getLocalizzazioni())) {
5858
atecoCodes.addAll(

0 commit comments

Comments
 (0)