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


##########
fineract-progressive-loan/src/main/java/org/apache/fineract/portfolio/loanaccount/service/ProgressiveLoanTransactionValidatorImpl.java:
##########
@@ -149,6 +151,11 @@ public void validateCapitalizedIncome(final JsonCommand 
command, final Long loan
                 }
             }
 
+            final Long transactionClassificationId = fromApiJsonHelper
+                    
.extractLongNamed(LoanApiConstants.TRANSACTION_CLASSIFICATIONID_PARAMNAME, 
element);
+            
progressiveLoanTransactionService.validateClassificationCodeValue(LoanApiConstants.CAPITALIZED_INCOME_CLASSIFICATION_CODE,

Review Comment:
   no need this to be in a standalone service, lets move the validation here 
please.



-- 
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