Skip to content

Commit

Permalink
FINERACT-2148: Fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksii-novikov-onix committed Dec 12, 2024
1 parent 552b658 commit da87272
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,8 @@ protected void handleChargeback(LoanTransaction loanTransaction, TransactionCtx
}

private void handleChargeOff(LoanTransaction loanTransaction, TransactionCtx transactionCtx) {
recalculateChargeOffTransaction(transactionCtx.getChangedTransactionDetail(), loanTransaction, transactionCtx.getCurrency(), transactionCtx.getInstallments());
recalculateChargeOffTransaction(transactionCtx.getChangedTransactionDetail(), loanTransaction, transactionCtx.getCurrency(),
transactionCtx.getInstallments());
}

protected void handleCreditBalanceRefund(LoanTransaction loanTransaction, MonetaryCurrency currency,
Expand Down

0 comments on commit da87272

Please sign in to comment.