benmorganio
07/14/2023, 5:56 AMhaving
in the Spree::ShippingMethod.with_all_shipping_category_ids
?
https://github.com/solidusio/solidus/blob/main/core/app/models/spree/shipping_method.rb#L47
Like, what is the function of checking the count of the ids returned compared to the list of ids supplied? If I supply a subset of the available shipping methods, shouldn't that be fine?
Or rather, shouldn't the count of the shipping methods ids >= ids.count rather than equal to?mamhoff
07/14/2023, 7:23 AMbenmorganio
07/14/2023, 7:23 AMkennyadsl