Subversion Repositories SmartDukaan

Rev

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

Rev 11672 Rev 11676
Line 186... Line 186...
186
        
186
        
187
        try {
187
        try {
188
            CatalogClient catalogClientService = new CatalogClient();
188
            CatalogClient catalogClientService = new CatalogClient();
189
            in.shop2020.model.v1.catalog.CatalogService.Client client = catalogClientService.getClient();
189
            in.shop2020.model.v1.catalog.CatalogService.Client client = catalogClientService.getClient();
190
            
190
            
191
            getEntityLogisticsEstimation();
191
            setEntityLogisticsEstimation();
192
            getDeliveryEstimate( firstItem, userinfo.getPincode());
192
            getDeliveryEstimate( firstItem, userinfo.getPincode());
193
        } catch (Exception e1) {
193
        } catch (Exception e1) {
194
            log.warn("Unable to get delivery estimates for "+ id);
194
            log.warn("Unable to get delivery estimates for "+ id);
195
        }
195
        }
196
		return "show";
196
		return "show";