Amount for clooection

This commit is contained in:
CHIEFSOFT\ameye
2025-11-03 13:25:41 -05:00
parent a63d20f50e
commit 422d60addd
+1 -1
View File
@@ -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"