From 995a78d0cc5d3cfbf9bab1970eae1245dbdff1e4 Mon Sep 17 00:00:00 2001 From: ipu Date: Tue, 19 Aug 2025 21:29:53 +0300 Subject: [PATCH] add price_id in result --- src/models.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/models.py b/src/models.py index 2dace80..7c33041 100644 --- a/src/models.py +++ b/src/models.py @@ -68,9 +68,7 @@ class EstimationRequest(BaseModel): class EstimationDetails(BaseModel): dtq: bool reason: str - priceId: int - tier: float - total_price: float + price_id: int class EstimationResult(BaseModel): name: str