adamsaghy commented on code in PR #4623:
URL: https://github.com/apache/fineract/pull/4623#discussion_r2259470178


##########
fineract-provider/src/main/java/org/apache/fineract/interoperation/service/InteropServiceImpl.java:
##########
@@ -417,6 +420,15 @@ public InteropTransferResponseData commitTransfer(@NotNull 
JsonCommand command)
         SavingsAccount savingsAccount = validateAndGetSavingAccount(request);
         String transferCode = request.getTransferCode();
 
+        // Check if auto-generation of external ID is enabled
+        final boolean isAutoGeneratedExternalIdEnabled = 
this.configurationDomainService.isExternalIdAutoGenerationEnabled();

Review Comment:
   an IF-ELSE would be nicer 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]

Reply via email to