adamsaghy commented on code in PR #4542:
URL: https://github.com/apache/fineract/pull/4542#discussion_r2033370847
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/useradministration/users/UserHelper.java:
##########
@@ -201,6 +210,16 @@ public static Object updateUser(final RequestSpecification
requestSpec, final Re
attribute);
}
+ // TODO: Rewrite to use fineract-client instead!
+ // Example:
org.apache.fineract.integrationtests.common.loans.LoanTransactionHelper.disburseLoan(java.lang.Long,
+ // org.apache.fineract.client.models.PostLoansLoanIdRequest)
+ @Deprecated(forRemoval = true)
+ public static Object updateUserWithPassword(final RequestSpecification
requestSpec, final ResponseSpecification responseSpec,
Review Comment:
Please use fineract-client! We are not accepting any new deprecated solution!
--
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]