Skip to content

Commit

Permalink
[PRDP-258] Added new receipt status TO_REVIEW (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant authored Nov 30, 2023
1 parent 2cfd30d commit 4720cb6
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.datastore.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 4720cb6

Please sign in to comment.