Derek Wene

Results 21 comments of Derek Wene

> @dwene when you say that you run the query against both schemes and that the results are different what is your process to test that at the moment Sorry...

Hmmm, our issue was that free orders weren't skipping the payment process when completing the cart. When I added that line using the medusa extender, it solved our issue. What...

Or are you just saying there's an issue with the unit tests?

You cant fetch a cart with `line_items.adjustments`, insert the adjustments manually, and then save the cart without setting those adjustments on the line items. TypeORM gets confused.

At some point, it would be good to pick one pattern or another. Either update all the entites off `cart` in memory, or update them using their individual repositories, not...

Any chance this will merge soon?

Any chance we can get this deployed?

@MusabShakeel576 it looks like there are conflicts in this PR. Could you resolve those please so we could maybe get this merged?