Skip to content

Commit

Permalink
Merge pull request #41 from pagopa/PRDP-135-add-receipt-timestamps
Browse files Browse the repository at this point in the history
[PRDP-135] Added receipt's timestamps
  • Loading branch information
pasqualespica authored Sep 15, 2023
2 parents 014bea5 + 96667b6 commit 240b10f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ public class Receipt {
private ReceiptMetadata mdAttachPayer;
private int numRetry;
private ReasonError reasonErr;
private long inserted_at;
private long generated_at;
private long notified_at;
}

0 comments on commit 240b10f

Please sign in to comment.