Skip to content

Commit dbb14bd

Browse files
authored
Merge pull request #419 from nofrixion/bugfix/MOOV-3719-archive-payrun-event
MOOV-3719: Add Archived and Unarchived payrun event types
2 parents e06a48a + 19ceb03 commit dbb14bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/NoFrixion.MoneyMoov/Enums/PayrunEventTypeEnum.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ public enum PayrunEventTypeEnum
3737
TopupInitiated = 8,
3838

3939
FundsArrived = 9,
40+
41+
Archived = 10,
42+
43+
Unarchived = 11
4044
}

0 commit comments

Comments
 (0)