From 422d60addd91f7914321c97c78997afc8335fd64 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 3 Nov 2025 13:25:41 -0500 Subject: [PATCH] Amount for clooection --- app/api/services/collect_loan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/services/collect_loan.py b/app/api/services/collect_loan.py index 9525519..c912a6f 100644 --- a/app/api/services/collect_loan.py +++ b/app/api/services/collect_loan.py @@ -39,7 +39,7 @@ class CollectLoanService: int(customerId[-1]) in [2, 7, 9] ) if Config.MIN_AMOUNT_FOR_COLLECTION <= amountForCollection <= Config.MAX_AMOUNT_FOR_COLLECTION: - amountCollected = amountForCollection if lienAmount >= amountForCollection else 0 + # amountCollected = amountForCollection if lienAmount >= amountForCollection else 0 responseDescr = "Partial Loan Collection Successful EMULATOR" fullDescription = "Partial Loan collection completed successfully EMULATOR" responseMessage = "Partial Loan collection completed successfully EMULATOR"