adamsaghy commented on PR #4623:
URL: https://github.com/apache/fineract/pull/4623#issuecomment-2933968230
```
/home/runner/work/fineract/fineract/fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/service/DepositAccountWritePlatformServiceJpaRepositoryImpl.java:366:
error: method handleFDDeposit in interface DepositAccountDomainService cannot
be applied to given types;
final SavingsAccountTransaction deposit =
this.depositAccountDomainService.handleFDDeposit(account, fmt, transactionDate,
^
required:
FixedDepositAccount,DateTimeFormatter,LocalDate,BigDecimal,PaymentDetail,ExternalId
found:
FixedDepositAccount,DateTimeFormatter,LocalDate,BigDecimal,PaymentDetail
reason: actual and formal argument lists differ in length
--
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]