TP-72001 | foreclose repaymentType parameter (#11875)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user