04Gomez commented on code in PR #4876:
URL: https://github.com/apache/fineract/pull/4876#discussion_r2261283165


##########
fineract-savings/src/main/java/org/apache/fineract/portfolio/savings/data/SavingsProductDataValidator.java:
##########
@@ -89,7 +90,7 @@ public class SavingsProductDataValidator {
     private final SavingsProductAccountingDataValidator 
savingsProductAccountingDataValidator;
     private static final Set<String> SAVINGS_PRODUCT_REQUEST_DATA_PARAMETERS = 
new HashSet<>(Arrays.asList(
             SavingsApiConstants.localeParamName, 
SavingsApiConstants.monthDayFormatParamName, nameParamName, shortNameParamName,
-            descriptionParamName, currencyCodeParamName, 
digitsAfterDecimalParamName, inMultiplesOfParamName,
+            interestReceivableAccount, descriptionParamName, 
currencyCodeParamName, digitsAfterDecimalParamName, inMultiplesOfParamName,

Review Comment:
   Done, the modified is already.
   We detected the double use of the variable, the excess was eliminated and 
only the necessary one was used.
   Tank you



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