siva-sai-udaygiri opened a new pull request, #5332:
URL: https://github.com/apache/fineract/pull/5332

   Fix NPE/IllegalArgumentException in LoanProductDataValidator when 
loanScheduleType is null/blank/invalid.
   
   Instead of calling LoanScheduleType.valueOf(...) directly, this adds a guard 
+ safe parsing and then reuses the parsed enum for the remaining checks.
   
   Tested: ./gradlew :fineract-provider:resolve (local)
   


-- 
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]

Reply via email to