budaidev commented on code in PR #5164:
URL: https://github.com/apache/fineract/pull/5164#discussion_r2555253410


##########
integration-tests/src/test/java/org/apache/fineract/integrationtests/client/feign/helpers/FeignLoanHelper.java:
##########
@@ -45,7 +45,7 @@ public Long createLoanProduct(PostLoanProductsRequest 
request) {
     }
 
     public Long applyForLoan(PostLoansRequest request) {
-        PostLoansResponse response = ok(() -> 
fineractClient.loans().calculateLoanScheduleOrSubmitLoanApplication(request, 
null));
+        PostLoansResponse response = ok(() -> 
fineractClient.loans().calculateLoanScheduleOrSubmitLoanApplication(request, 
(String) null));

Review Comment:
   It's method overload issue unfortunately, it cannot figure the type of the 
second parameter 



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