Didier Guyon

Results 4 comments of Didier Guyon

It might have something to do with the allowedAdminProductCategoryRelations on the admin list product categories endpoint not including the products relation. https://github.com/medusajs/medusa/blob/f03a8222534ce98ad3ea84316fa44a5ce392e1b9/packages/medusa/src/api/routes/admin/product-categories/index.ts#L136C14-L136C50

@srindom I have added a check to see if a customer is on a cart, if there is not customer on the cart, the hasCustomerReached method will return false. When...

> Tests are still failing. Can I get you to fix those? Ofcourse, the tests are passing now. @olivermrbl

@olivermrbl In the latest commit, I have added the open points. Invalid discounts get removed from the cart, there is also a integration test for this scenario.