Skip to content

Commit

Permalink
Disabled journal entry saving
Browse files Browse the repository at this point in the history
  • Loading branch information
dcsepely committed Oct 5, 2023
1 parent 1c11a35 commit ecdd010
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ private SavingsAccountTransaction handleDeposit(final SavingsAccount account, fi

this.savingsAccountRepository.saveAndFlush(account);

postJournalEntries(account, existingTransactionIds, existingReversedTransactionIds, isAccountTransfer, backdatedTxnsAllowedTill);
// postJournalEntries(account, existingTransactionIds, existingReversedTransactionIds, isAccountTransfer, backdatedTxnsAllowedTill);
businessEventNotifierService.notifyPostBusinessEvent(new SavingsDepositBusinessEvent(deposit));
return deposit;
}
Expand Down

0 comments on commit ecdd010

Please sign in to comment.