adamsaghy commented on code in PR #6141:
URL: https://github.com/apache/fineract/pull/6141#discussion_r3702917653
##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/common/GroupHelper.java:
##########
@@ -72,6 +72,17 @@ public static Integer createGroup(final RequestSpecification
requestSpec, final
return Utils.performServerPost(requestSpec, responseSpec,
CREATE_GROUP_URL, getTestGroupAsJSON(true, activationDate), "groupId");
}
+ // 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 Integer createGroup(final RequestSpecification requestSpec,
final ResponseSpecification responseSpec,
Review Comment:
Please dont introduce new "deprecated" methods...
Kindly asking you to use `fineract-client` based solution here.
--
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]