Skip to content

Commit

Permalink
Merge pull request #12 from pagopa/PRDP-258-add-receipt-status-TO_REVIEW
Browse files Browse the repository at this point in the history
[PRDP-258] Added new Receipt status TO_REVIEW
  • Loading branch information
pasqualespica authored Nov 30, 2023
2 parents 5cf8480 + bab4cf8 commit a98b2f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package it.gov.pagopa.receipt.pdf.helpdesk.entity.receipt.enumeration;

public enum ReceiptStatusType {
NOT_QUEUE_SENT, INSERTED, RETRY, GENERATED, SIGNED, FAILED, IO_NOTIFIED, IO_ERROR_TO_NOTIFY, IO_NOTIFIER_RETRY, UNABLE_TO_SEND, NOT_TO_NOTIFY
NOT_QUEUE_SENT, INSERTED, RETRY, GENERATED, SIGNED, FAILED, IO_NOTIFIED, IO_ERROR_TO_NOTIFY, IO_NOTIFIER_RETRY, UNABLE_TO_SEND, NOT_TO_NOTIFY, TO_REVIEW
}

0 comments on commit a98b2f5

Please sign in to comment.