Subversion Repositories SmartDukaan

Rev

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

Rev 11829 Rev 12616
Line 149... Line 149...
149
                showCodOption = false; //Not a critical error, proceeding with defensive behaviour.
149
                showCodOption = false; //Not a critical error, proceeding with defensive behaviour.
150
            }
150
            }
151
            
151
            
152
            showStorePickUpOption = showStorePickUpOption && showCodOption;
152
            showStorePickUpOption = showStorePickUpOption && showCodOption;
153
            
153
            
154
            DataLogger.logData(EventType.PROCEED_TO_PAY, getSessionId(), userinfo.getUserId(), userinfo.getEmail(),
154
//            DataLogger.logData(EventType.PROCEED_TO_PAY, getSessionId(), userinfo.getUserId(), userinfo.getEmail(),
155
                    Long.toString(cartId), itemIdString);
155
//                    Long.toString(cartId), itemIdString);
156
        } catch(Exception e) {
156
        } catch(Exception e) {
157
            logger.error("Error while either validating the cart or getting the address", e);
157
            logger.error("Error while either validating the cart or getting the address", e);
158
            addActionError("We are experiencing some problem. Please try again.");
158
            addActionError("We are experiencing some problem. Please try again.");
159
            return "shipping-redirect";
159
            return "shipping-redirect";
160
        }
160
        }