Subversion Repositories SmartDukaan

Rev

Rev 10550 | Rev 10552 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10550 Rev 10551
Line 99... Line 99...
99
                		break;
99
                		break;
100
                	}
100
                	}
101
                }
101
                }
102
                
102
                
103
                cartPojoJson = new Gson().toJson(PojoPopulator.getCartPojo(cart, errorMsg, pincode, needInuranceInfo));
103
                cartPojoJson = new Gson().toJson(PojoPopulator.getCartPojo(cart, errorMsg, pincode, needInuranceInfo));
104
                
104
                log.info(cartPojoJson);
105
            } catch (Exception e) {
105
            } catch (Exception e) {
106
                // This exception can be ignored for showing the cart. Not so
106
                // This exception can be ignored for showing the cart. Not so
107
                // innocent when this occurs at the time of checkout or when the
107
                // innocent when this occurs at the time of checkout or when the
108
                // user is proceeding to pay.
108
                // user is proceeding to pay.
109
                log.warn("Unable to validate the cart: ", e);
109
                log.warn("Unable to validate the cart: ", e);