diff --git a/app/src/main/resources/swagger/api-docs.json b/app/src/main/resources/swagger/api-docs.json index ac570c45d..854414a08 100644 --- a/app/src/main/resources/swagger/api-docs.json +++ b/app/src/main/resources/swagger/api-docs.json @@ -7203,9 +7203,6 @@ "properties" : { "supportEmail" : { "type" : "string" - }, - "supportPhone" : { - "type" : "string" } } }, diff --git a/web/src/main/java/it/pagopa/selfcare/mscore/web/model/institution/InstitutionResponse.java b/web/src/main/java/it/pagopa/selfcare/mscore/web/model/institution/InstitutionResponse.java index 3ec25b1f9..34820e7b9 100644 --- a/web/src/main/java/it/pagopa/selfcare/mscore/web/model/institution/InstitutionResponse.java +++ b/web/src/main/java/it/pagopa/selfcare/mscore/web/model/institution/InstitutionResponse.java @@ -39,7 +39,6 @@ public class InstitutionResponse { private String rea; private String shareCapital; private String businessRegisterPlace; - private String supportEmail; private String supportPhone; private boolean imported; private String subunitCode;