TP-72001 | foreclose repaymentType parameter (#11875)

This commit is contained in:
shreyansu raj
2024-07-22 18:37:04 +05:30
committed by GitHub
parent 34e62b1f59
commit d3fca5eaa5

View File

@@ -279,7 +279,8 @@ class ForecloseLoanFragment :
initiatePaymentListener.initiatePayment(
amount = Amount(amountData?.toDoubleOrNull(), currency, symbol),
loanAccountNumber = loanAccountNumber,
loanType = loanType
loanType = loanType,
repaymentType = repaymentType ?: PaymentType.SCHEDULED_PRE_CLOSURE.name
)
} else {
onPaymentClick(