budaidev commented on code in PR #5164:
URL: https://github.com/apache/fineract/pull/5164#discussion_r2559145720
##########
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/api/ApiConfiguration.java:
##########
@@ -105,11 +104,6 @@ public LoanProductsApi loanProductsApi() {
return fineractClient.createService(LoanProductsApi.class);
}
- @Bean
- public LoanProductsCustomApi loanProductsCustomApi() {
- return fineractClient.createService(LoanProductsCustomApi.class);
- }
-
Review Comment:
Removed the whole file, since it was needed only for the retrofit client
--
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]