maxpanakov

Results 6 comments of maxpanakov

We wanted to get information to display the price without sending a request to create a cart or to get a list of regions. But that's not a problem. Thanks...

@srindom, I'm not sure about the migration command. In the script file, I'm thinking of something like this: 1) add a new table 2) update the relationship from collection_id to...

@srindom any further comments on pr ? Can you review ?

Hi, can you check my branch, there is still a lot of work left to rewrite the test and meta. I want to make sure I'm going in the right...

i tried run with --force-install as well, not helped

Solution: inside OrderRepository ``` const ITEMS_REL_NAME = "items" const REGION_REL_NAME = "region" const DISCOUNTS_REL_NAME = "discounts" const WITH_DELETED_REL_NAMES = [ ITEMS_REL_NAME, REGION_REL_NAME, DISCOUNTS_REL_NAME ] return this.find({ withDeleted: WITH_DELETED_REL_NAMES.includes(topLevel), }) ```