diff --git a/django/api/constants.py b/django/api/constants.py index ccc9ed7f..71b1386b 100644 --- a/django/api/constants.py +++ b/django/api/constants.py @@ -4,7 +4,7 @@ # for each income tested maximum rebate ($4000, $2000, $1000), there are different rebate levels for certain ZEV types and lease terms class FOUR_THOUSAND_REBATE(Enum): ZEV_MAX = 4000 - ZEV_MID = 2688 + ZEV_MID = 2668 ZEV_MIN = 1332 PHEV_MAX = 2000 PHEV_MID = 1334