fix result field

This commit is contained in:
ipu 2025-08-08 14:41:40 +03:00
parent dbd1b237f8
commit 24738cf974

View file

@ -270,7 +270,7 @@ class EstimationService:
is_dtq = True is_dtq = True
reason = "Declined due to high Rx spend" reason = "Declined due to high Rx spend"
if applicant_new_tier > applicant_tier: if applicant_new_tier and applicant_new_tier > applicant_tier:
applicant_tier = applicant_new_tier applicant_tier = applicant_new_tier
reason = f"Rx spend increased tier to {applicant_new_tier}." reason = f"Rx spend increased tier to {applicant_new_tier}."