Skip to content

Commit

Permalink
Merge pull request #287 from pagopa/PG-19-gestire-stato-UNAUTHORIZED-…
Browse files Browse the repository at this point in the history
…risposta-PATCH-eCommerce

PG-19 updated the status list in response to eCommerce
  • Loading branch information
albertogelmi-sia authored Aug 28, 2023
2 parents 2294e74 + 25ff8ac commit ff7286a
Showing 1 changed file with 14 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
package it.pagopa.pm.gateway.dto.transaction;

public enum TransactionStatusEnum {
ACTIVATION_REQUESTED,
ACTIVATED,
AUTHORIZATION_REQUESTED,
AUTHORIZED,
AUTHORIZATION_FAILED,
AUTHORIZATION_COMPLETED,
CLOSED,
CLOSURE_FAILED,
NOTIFIED,
NOTIFIED_FAILED,
CLOSURE_ERROR,
NOTIFIED_OK,
NOTIFIED_KO,
NOTIFICATION_ERROR,
NOTIFICATION_REQUESTED,
EXPIRED,
REFUNDED
REFUNDED,
CANCELED,
EXPIRED_NOT_AUTHORIZED,
UNAUTHORIZED,
REFUND_ERROR,
REFUND_REQUESTED,
CANCELLATION_REQUESTED,
CANCELLATION_EXPIRED
}

0 comments on commit ff7286a

Please sign in to comment.