feat: Cart SalesChannel link + clean-up (#6418)

This commit is contained in:
Oli Juhl
2024-02-16 20:48:56 +01:00
committed by GitHub
parent 1df14de183
commit 1ba35b02dd
29 changed files with 276 additions and 919 deletions
@@ -205,9 +205,8 @@ export default async (req, res) => {
return createdCart
})
// }
cart = await cartService.retrieveWithTotals(cart!.id, {
cart = await cartService.retrieveWithTotals(cart.id, {
select: defaultStoreCartFields,
relations: defaultStoreCartRelations,
})