adamsaghy commented on code in PR #5857:
URL: https://github.com/apache/fineract/pull/5857#discussion_r3276987388


##########
fineract-working-capital-loan/src/main/java/org/apache/fineract/portfolio/workingcapitalloanproduct/domain/WorkingCapitalPaymentAllocationType.java:
##########
@@ -29,9 +29,12 @@
 @RequiredArgsConstructor
 public enum WorkingCapitalPaymentAllocationType implements 
ApiFacingEnum<WorkingCapitalPaymentAllocationType> {
 
-    PENALTY("PENALTY", "Penalty"), //
-    FEE("FEE", "Fee"), //
-    PRINCIPAL("PRINCIPAL", "Principal"); //
+    DUE_PENALTY("DUE_PENALTY", "Due Penalty"), //

Review Comment:
   Please extend this enum with due type and Allocation type, like: 
`org.apache.fineract.portfolio.loanproduct.domain.PaymentAllocationType`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to