Skip to content

Commit

Permalink
Corretta valorizzazione del tipoconnettore per il connettore notifica…
Browse files Browse the repository at this point in the history
… pagamenti govpay.
  • Loading branch information
pintorig committed May 20, 2021
1 parent 881236e commit 4bac6fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ public static it.govpay.backoffice.v1.beans.ConnettoreNotificaPagamentiGovPay to
case WEB_SERVICE:
break;
case REST:
rsModel.setTipoConnettore(TipoConnettoreEnum.REST);
if(connettore.getTipoAutenticazione()!=null && !connettore.getTipoAutenticazione().equals(EnumAuthType.NONE))
rsModel.setAuth(ConnettoriConverter.toTipoAutenticazioneRsModel(connettore));
rsModel.setUrl(connettore.getUrl());
Expand Down

0 comments on commit 4bac6fd

Please sign in to comment.