Subversion Repositories SmartDukaan

Rev

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

Rev 9327 Rev 11522
Line 58... Line 58...
58
			lip.setIsCodAvailableForLocation(isCODAvailable);
58
			lip.setIsCodAvailableForLocation(isCODAvailable);
59
			lip.setOnTimeGuarantee(isOTGAvailable);
59
			lip.setOnTimeGuarantee(isOTGAvailable);
60
    	} catch (LogisticsServiceException e)	{
60
    	} catch (LogisticsServiceException e)	{
61
    		days = "-1";
61
    		days = "-1";
62
    		isCODAvailable = false;
62
    		isCODAvailable = false;
63
    		log.error("Unable to get estimate/COD availability for " + itemId, e);
63
    		log.error("Unable to get estimate/COD availability for " + itemId + " and pincode : " + pinCode);
64
    		
64
    		
65
		} catch(TException e)	{
65
		} catch(TException e)	{
66
			
66
			
67
		} catch (Exception e)	{
67
		} catch (Exception e)	{
68
    		
68