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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/service/SavingsAccountWritePlatformServiceJpaRepositoryImpl.java:
##########
@@ -405,6 +414,58 @@ public CommandProcessingResult withdrawal(final Long 
savingsId, final JsonComman
                 .build();
     }
 
+    @Transactional
+    @Override
+    public CommandProcessingResult withdrawToLinkedAccount(final Long 
savingsId, final JsonCommand command) {

Review Comment:
   Would you consider moving this into a separate, standalone module?



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