Monica-CodingWorld opened a new pull request, #5279:
URL: https://github.com/apache/fineract/pull/5279
## Description
This PR corrects a typo in the code and REST API:
- Replaced all occurrences of the misspelled
'allowPartialPeriodInterestCalcualtion' with the correct
'allowPartialPeriodInterestCalculation'.
- Changes are applied across multiple files including
LoanProductConstants.java and relevant test classes.
- Ensures consistency between code, constants, and REST API fields.
- Backward compatibility note:
- Any API client using the old misspelled field may break.
- Otherwise, purely a typo fix; no DB or functional changes.
JIRA Issue: https://issues.apache.org/jira/browse/FINERACT-2206
## Checklist
- [x] Typos corrected in code and constants
- [x] Tests updated accordingly
- [x] Verified REST API fields are corrected
- [x] Commit messages follow FINERACT guidelines
## Note
- Timezone fix applied in Hibernate properties to use system default.
- Verified it does not affect backward compatibility.
--
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]