Subversion Repositories SmartDukaan

Rev

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

Rev 9602 Rev 9612
Line 135... Line 135...
135
            } catch (Exception e) {
135
            } catch (Exception e) {
136
                log.error("Unable to create or add to cart because of: ", e);
136
                log.error("Unable to create or add to cart because of: ", e);
137
            }
137
            }
138
 
138
 
139
        }
139
        }
140
        DataLogger.logData(EventType.ADD_TO_CART, getSessionId(), userinfo.getUserId(), userinfo.getEmail(),
-
 
141
                Long.toString(cartId), itemIds);
-
 
142
        return "success";
140
        return "success";
143
    }       
141
    }       
144
 
142
 
145
 
143
 
146
    // DELETE /entity
144
    // DELETE /entity