You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
MisinformedDNA
changed the title
UpdateShipment has imcomplete error message if shipment items do not match
UpdateShipment has incomplete error message if shipment items do not match
Jan 27, 2015
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.
The text was updated successfully, but these errors were encountered: