Skip to content

Commit

Permalink
Fix: Rename offer_send to offer_sent
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <george.padayatti@igrant.io>
  • Loading branch information
georgepadayatti committed Apr 27, 2024
1 parent fd43dee commit b80242b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eudi_wallet/ebsi/value_objects/domain/issuer.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class CredentialStatuses(Enum):


class CredentialOfferStatuses(Enum):
OfferSent = "offer_send"
OfferSent = "offer_sent"
OfferReceived = "offer_received"
CredentialIssued = "credential_issued"
CredentialAcknowledged = "credential_acked"
Expand Down

0 comments on commit b80242b

Please sign in to comment.