Skip to content

Commit

Permalink
fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jul 18, 2023
1 parent e6d54c9 commit 58157a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static NewMessage buildNewMessage(String fiscalCode, Receipt receipt) {
thirdPartyData.setId(pdfId);
thirdPartyData.setHasAttachments(true);
//TODO set summary ( NOT mandatory )
thirdPartyData.setSummary("");
// thirdPartyData.setSummary(null);

content.setThirdPartyData(thirdPartyData);

Expand Down

0 comments on commit 58157a0

Please sign in to comment.