docloulou

Results 18 comments of docloulou

maybe found the issue : in [/store/carts API](https://github.com/medusajs/medusa/blob/7c629f494f7d733d893c78f25a1493f41c8e4e98/packages/medusa/src/api/store/carts/route.ts) how customer_id is retrieved : ``` const workflowInput = { ...req.validatedBody, customer_id: req.auth_context?.actor_id, } ``` in [/store/products API pricecontext middleware ](https://github.com/medusajs/medusa/blob/7c629f494f7d733d893c78f25a1493f41c8e4e98/packages/medusa/src/api/utils/middlewares/products/set-pricing-context.ts) how...

Good idea, currently there is no way to add provider's api keys.

> Hello, thank you for you pull request. > > To be clear, I don't know what to think about the obvious, that the whole pull request was created by...

> I might be missing a trick here but hass-scene-presets are not tied to particular lights until a scene is activated through the UI. Does this PR just load every...

Hey so much simple to manage for frontend/promotion rules...

@adrien2p @carlos-r-l-rodrigues Hi, is there any chance of including this in the next release? Thanks!