Skip to content

Commit 0cc117f

Browse files
committed
Fix typo in variable name for debit account ID in TaxComponentRequest
1 parent 6b15704 commit 0cc117f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fineract-core/src/main/java/org/apache/fineract/portfolio/tax/request/TaxComponentRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class TaxComponentRequest implements Serializable {
3838
private String name;
3939
private BigDecimal percentage;
4040
private Integer debitAccountType;
41-
private Long debitAccountId;
41+
private Long debitAcountId;
4242
private Integer creditAccountType;
4343
private Long creditAcountId;
4444
private String startDate;

0 commit comments

Comments
 (0)