adamsaghy commented on PR #4833:
URL: https://github.com/apache/fineract/pull/4833#issuecomment-3051532350

   @somasorosdpc 
   ```
   fineract-progressive-loan-embeddable-schedule-generator/misc/Main.java:62: 
error: constructor LoanRepaymentScheduleModelData in record 
LoanRepaymentScheduleModelData cannot be applied to given types;
           var config = new LoanRepaymentScheduleModelData(startDate, currency, 
disbursedAmount, disbursementDate, noRepayments, repaymentFrequency, 
repaymentFrequencyType, annualNominalInterestRate, isDownPaymentEnabled, 
daysInMonthType, daysInYearType, downPaymentPercentage, 
installmentAmountInMultiplesOf, fixedLength, 
interestRecognitionOnDisbursementDate, dasInYearCustomStrategy);
                        ^
     required: 
LocalDate,CurrencyData,BigDecimal,LocalDate,int,int,String,BigDecimal,boolean,DaysInMonthType,DaysInYearType,BigDecimal,Integer,Integer,Boolean,DaysInYearCustomStrategyType,InterestMethod,boolean
     found:    
LocalDate,CurrencyData,BigDecimal,LocalDate,int,int,String,BigDecimal,boolean,DaysInMonthType,DaysInYearType,BigDecimal,Integer,Integer,Boolean,DaysInYearCustomStrategyType
     reason: actual and formal argument lists differ in length
   1 error
   ```


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