Skip to content

Commit

Permalink
Merge pull request #367 from nofrixion/MOOV-3275-Single-Authorisation…
Browse files Browse the repository at this point in the history
…-Event

Removed Authorised event type as submitted event implies the same.
  • Loading branch information
sauravmaiti22 authored Jul 1, 2024
2 parents f812873 + 6dad8b1 commit 90487f3
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions src/NoFrixion.MoneyMoov/Enums/PayrunEventTypeEnum.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,15 @@ public enum PayrunEventTypeEnum

Created = 1,

Authorised = 2,
Submitted = 2,

Submitted = 3,
Rejected = 3,

Rejected = 4,
Edited = 4,

Edited = 5,
AuthorisationRequested = 5,

AuthorisationRequested = 6,
Completed = 6,

Completed = 7,

Approved = 8,
Approved = 7,
}

0 comments on commit 90487f3

Please sign in to comment.