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"