feat(MED-100): show cart line item quantities total instead of items total count
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user