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


##########
fineract-core/src/main/java/org/apache/fineract/commands/service/CommandSourceService.java:
##########
@@ -96,10 +96,19 @@ public CommandSource saveResultNewTransaction(@NonNull 
CommandSource commandSour
     }
 
     @Transactional(propagation = Propagation.REQUIRED)
-    public CommandSource saveResultSameTransaction(@NonNull CommandSource 
commandSource) {
+    public CommandSource saveResultInTransaction(@NonNull CommandSource 
commandSource) {
         return saveResult(commandSource);
     }
 
+    @Transactional(propagation = Propagation.REQUIRED)
+    public void saveResultInTransaction(Long commandSourceId, Integer 
response, String body) {

Review Comment:
   i think it is fine.. but i will double check from expected behaviour



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