sidhantgoel commented on code in PR #4939:
URL: https://github.com/apache/fineract/pull/4939#discussion_r2275428048
##########
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:
it is not a typo, intentional because this is the spelling used in many
places including web app.
--
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]