Subversion Repositories SmartDukaan

Rev

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

Rev 21986 Rev 22139
Line 269... Line 269...
269
			long stateId = getStateId(stateName);
269
			long stateId = getStateId(stateName);
270
			StateGstRates stateGstRates = catalogClient.getGstRatesByState(stateId);
270
			StateGstRates stateGstRates = catalogClient.getGstRatesByState(stateId);
271
			return toGstRateMap(stateGstRates.getGstRatesMap());
271
			return toGstRateMap(stateGstRates.getGstRatesMap());
272
		}catch(Exception e){
272
		}catch(Exception e){
273
			e.printStackTrace();
273
			e.printStackTrace();
274
			return new HashMap<>();
274
			return new HashMap<>();	
275
		}
275
		}
276
	}
276
	}
277
	
277
	
278
	private static CatalogService.Client getCatalogClient() throws Exception{
278
	private static CatalogService.Client getCatalogClient() throws Exception{
279
		try{
279
		try{