Removing the ShoppingCart.containOnlyDigitalGoods

2010-07-07 Thread Jacopo Cappellato
What about removing the ShoppingCart.containOnlyDigitalGoods methods and use instead the public boolean shippingApplies() ? (We will also need a new shippingApplies method that takes as input the shipgroup). In fact the logic in shippingApplies is the one used in several other places

Re: Removing the ShoppingCart.containOnlyDigitalGoods

2010-07-07 Thread Bilgin Ibryam
+ 1 Bilgin On Wed, Jul 7, 2010 at 11:39 AM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: What about removing the ShoppingCart.containOnlyDigitalGoods methods and use instead the public boolean shippingApplies() ? (We will also need a new shippingApplies method

Re: Removing the ShoppingCart.containOnlyDigitalGoods

2010-07-07 Thread Rishi Solanki
...@hotwaxmedia.com wrote: What about removing the ShoppingCart.containOnlyDigitalGoods methods and use instead the public boolean shippingApplies() ? (We will also need a new shippingApplies method that takes as input the shipgroup). In fact the logic in shippingApplies is the one

Re: Removing the ShoppingCart.containOnlyDigitalGoods

2010-07-07 Thread Mridul Pathak
+1 -- Thanks Regards, Mridul Pathak Senior Manager HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com On Jul 7, 2010, at 4:09 PM, Jacopo Cappellato wrote: What about removing the ShoppingCart.containOnlyDigitalGoods methods and use instead the public boolean shippingApplies