Loic

Results 9 comments of Loic

I have the same issue here with every time the id "0" generated, did you find a solution?

From my experience, I would also prefer to keep a way to have order level discount for financial reason. Let's say you have a 15€ discount on your purchase and...

I have an issue related to this. I had one private api where I loaded all my api validators at the root of the grape api file: ``` Dir[File.dirname(__FILE__) +...

Any news on this ? I have an issue that looks really similar. I have one product on my order, with a line item promotion adjustment applied to it (10%...

Sorry I don't understand why you close it ? I think there is still a bug, I was asking what would be a good path for a fix and didn't...

We actually run into an issue similar. I explain it here in case it helps to have more information for a possible solution. After investigating the bug we got to...

as a custom fix for our app, I followed your advice to remove completely the specific_rules, and always work with the order and do the elligible tests agains the `rules`...

Not sure about the failing linter CI step. Should I look into it or is it something with the CI ? The error does not look like specific to this...

I just rebased branch from main after the linting CI error has been fixed in https://github.com/solidusio/solidus/pull/5721. CI should be green here after that.