feat(MED-100): show cart line item quantities total instead of items total count

This commit is contained in:
2025-08-28 14:20:27 +03:00
parent b931035c3b
commit b3505c1627
3 changed files with 7 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ RETURNS boolean AS $$
SELECT EXISTS (
SELECT 1 FROM medreport.medipost_actions
WHERE medusa_order_id = $1
AND action = 'send_order_to_medipost'
AND has_error = true
);
$$ LANGUAGE sql STABLE;