test fixes shopping cart component

This commit is contained in:
bs
2026-01-23 22:40:45 -08:00
parent c6d3550272
commit 2be8341cf9
4 changed files with 90 additions and 12 deletions
@@ -73,7 +73,6 @@ class ShoppingCartComponent extends Component {
} else {
$cartsQ->where(['session_id' => $sessionId]);
}
return $cartsQ->firstOrFail();
}