feat(MED-100): partner location metadata stored on order line instead of order

This commit is contained in:
2025-07-24 09:23:44 +03:00
parent 3341dbd306
commit 894cf1b454
6 changed files with 31 additions and 18 deletions

View File

@@ -121,7 +121,7 @@ export default function Cart({
</h5>
</CardHeader>
<CardContent>
<AnalysisLocation cart={{ ...cart }} />
<AnalysisLocation cart={{ ...cart }} analysisPackages={analysisPackages} />
</CardContent>
</Card>
)}