feat: Cart SalesChannel link + clean-up (#6418)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user