Hi,

Do you think it would be a good idea to add a field to the Order entity to store packing instructions for an order? And then probably modify the default OrderProcessingService to assign that info from the ShippingOption.

Maybe the ShippingOption could have a virtual method to get the PackingInstructions and derived classes would be able to store this info. Or the ShippingOption class could store it itself.

Thanks!