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


##########
fineract-provider/src/main/java/org/apache/fineract/interoperation/service/InteropServiceImpl.java:
##########
@@ -392,7 +393,7 @@ public InteropTransferResponseData prepareTransfer(@NotNull 
JsonCommand command)
             PaymentDetail paymentDetail = instance(findPaymentType(), 
savingsAccount.getExternalId().getValue(), null, getRoutingCode(),
                     transferCode, null);
             SavingsAccountTransaction holdTransaction = 
SavingsAccountTransaction.holdAmount(savingsAccount, savingsAccount.office(),
-                    paymentDetail, transactionDate, 
Money.of(savingsAccount.getCurrency(), total), false);
+                    paymentDetail, transactionDate, 
Money.of(savingsAccount.getCurrency(), total), false, ExternalId.empty());

Review Comment:
   Ok, I will work on that.



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