adamsaghy commented on code in PR #4885:
URL: https://github.com/apache/fineract/pull/4885#discussion_r2278914902
##########
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:
Dont just randomly insert `interestReceivableAccount`, make sure it is
inserted where all the rest of incoming gl account fields are listed...
--
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]