IOhacker commented on code in PR #4939:
URL: https://github.com/apache/fineract/pull/4939#discussion_r2293041940
##########
fineract-core/src/main/java/org/apache/fineract/portfolio/tax/request/TaxComponentRequest.java:
##########
@@ -38,7 +38,7 @@ public class TaxComponentRequest implements Serializable {
private String name;
private BigDecimal percentage;
private Integer debitAccountType;
- private Long debitAccountId;
+ private Long debitAcountId;
Review Comment:
I think this must be set to debitAccountId, if it exists in other parts of
the Apache Fineract then it must be fixed. WebApp is not an Apache Fineract
Project.
--
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]