spree_wombat icon indicating copy to clipboard operation
spree_wombat copied to clipboard

UpdateShipment has incomplete error message if shipment items do not match

Open MisinformedDNA opened this issue 11 years ago • 0 comments

The code here, verifies that received shipment items is a superset of the shipment in the order, but it does not check that the sets are equal.

So if I order product A and B and only product A gets shipped, then Spree will be told that the entire order was shipped when it was not.

MisinformedDNA avatar Jan 27 '15 21:01 MisinformedDNA