You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: applications/Unity.GrantManager/modules/Unity.Flex/src/Unity.Flex.Application.Contracts/Scoresheets/QuestionDto.cs
+56-4Lines changed: 56 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,22 +22,74 @@ public class QuestionDto : ExtensibleEntityDto<Guid>
Copy file name to clipboardExpand all lines: applications/Unity.GrantManager/modules/Unity.Payments/src/Unity.Payments.Application.Contracts/Enums/PaymentRequestStatus.cs
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,14 @@ public enum PaymentRequestStatus
9
9
L1Pending=1,
10
10
L1Declined=2,
11
11
L2Pending=3,
12
-
L2Declined=4,
13
-
L3Pending=5,
12
+
L2Declined=4,
13
+
L3Pending=5,
14
14
L3Declined=6,
15
15
Submitted=7,
16
16
Validated=8,
17
17
NotValidated=9,
18
18
Paid=10,
19
-
Failed=11,
19
+
Failed=11,
20
+
FSB=12,// Financial Services Branch - Prevent CAS Payment
Copy file name to clipboardExpand all lines: applications/Unity.GrantManager/modules/Unity.Payments/src/Unity.Payments.Application.Contracts/PaymentRequests/PaymentRequestDto.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,8 @@ public class PaymentRequestDto : AuditedEntityDto<Guid>
Copy file name to clipboardExpand all lines: applications/Unity.GrantManager/modules/Unity.Payments/src/Unity.Payments.Application/Domain/PaymentRequests/PaymentRequest.cs
Copy file name to clipboardExpand all lines: applications/Unity.GrantManager/modules/Unity.Payments/src/Unity.Payments.Application/Domain/Services/IPaymentsManager.cs
Copy file name to clipboardExpand all lines: applications/Unity.GrantManager/modules/Unity.Payments/src/Unity.Payments.Application/Domain/Services/PaymentsManager.cs
Copy file name to clipboardExpand all lines: applications/Unity.GrantManager/modules/Unity.Payments/src/Unity.Payments.Application/EntityFrameworkCore/PaymentsDbContextModelCreatingExtensions.cs
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,11 @@ public static void ConfigurePayments(
0 commit comments