adamsaghy commented on code in PR #3411:
URL: https://github.com/apache/fineract/pull/3411#discussion_r1321121033
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/domain/DepositAccountAssembler.java:
##########
@@ -341,7 +342,7 @@ public SavingsAccount assembleFrom(final JsonCommand
command, final AppUser subm
prodRecurringDetail.recurringDetail());
RecurringDepositAccount rdAccount =
RecurringDepositAccount.createNewApplicationForSubmittal(client, group, product,
- fieldOfficer, accountNo, externalId, accountType,
submittedOnDate, submittedBy, interestRate,
+ fieldOfficer, accountNo,
ExternalIdFactory.produce(externalId), accountType, submittedOnDate,
submittedBy, interestRate,
Review Comment:
Here we should generate one if nothing was provided:
`ExternalIdFactory.create(...)`
--
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]