adamsaghy commented on PR #5312: URL: https://github.com/apache/fineract/pull/5312#issuecomment-3738847343
> `public static final String SERIALIZED_NAME_DEBIT_ACCOUNT = "debitAccount"; @SerializedName(SERIALIZED_NAME_DEBIT_ACCOUNT) private GLAccount debitAccount; > > public static final String SERIALIZED_NAME_DEBIT_ACCOUNT_TYPE = "debitAccountType"; @SerializedName(SERIALIZED_NAME_DEBIT_ACCOUNT_TYPE) private Integer debitAccountType; > > public static final String SERIALIZED_NAME_DEBIT_ACOUNT = "debitAcount"; @SerializedName(SERIALIZED_NAME_DEBIT_ACOUNT) private GLAccount debitAcount; ` @adamsaghy still the same. I think these are auto generated files of `fineract-client`. You can run `./gradlew :clean` and they should go away. Once the `org.apache.fineract.portfolio.tax.domain.TaxComponent#getDebitAcount` was renamed. -- 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]
