Skip to content

Commit e9072cb

Browse files
authored
Merge pull request #430 from nofrixion/feature/MOOV-3766-Cancel-payrun
Cancelled payrun event type
2 parents 9deaaa6 + 1ce47e9 commit e9072cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/NoFrixion.MoneyMoov/Enums/PayrunEventTypeEnum.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ public enum PayrunEventTypeEnum
4040

4141
Archived = 10,
4242

43-
Unarchived = 11
43+
Unarchived = 11,
44+
45+
Cancelled = 12,
4446
}

0 commit comments

Comments
 (0)