Skip to content

Commit

Permalink
[PAGOPA-2180] fix: correct handling of stamps in RT
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Sep 25, 2024
1 parent 6f196ec commit 7f32474
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ public List<CtDatiSingoloPagamentoRT> toCtDatiSingoloPagamentoRTListForOkRT(CtRe
@Mapping(target = "identificativoUnivocoRiscossione", constant = "0")
@Mapping(source = "transferDTO.remittanceInformation", target = "causaleVersamento")
@Mapping(source = "transferDTO.category", target = "datiSpecificiRiscossione")
@Mapping(target = "allegatoRicevuta", expression = "java(extractStamp(transferDTO.getDigitalStamp()))")
public abstract CtDatiSingoloPagamentoRT toCtDatiSingoloPagamentoRT(TransferDTO transferDTO, Instant instant, String paymentOutcome);

@Mapping(source = "ctTransferPAReceiptV2.transferAmount", target = "singoloImportoPagato")
Expand Down

0 comments on commit 7f32474

Please sign in to comment.