Subversion Repositories SmartDukaan

Rev

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

Rev 30295 Rev 32978
Line 91... Line 91...
91
			String email = rootNode.get("email").asText();
91
			String email = rootNode.get("email").asText();
92
 
92
 
93
			return email;
93
			return email;
94
		} catch (JsonProcessingException jsonProcessingException) {
94
		} catch (JsonProcessingException jsonProcessingException) {
95
			throw new ProfitMandiBusinessException("", "", "VE_1001");
95
			throw new ProfitMandiBusinessException("", "", "VE_1001");
96
		} catch (IOException ioException) {
-
 
97
			throw new ProfitMandiBusinessException("", "", "VE_1001");
-
 
98
		}
96
		}
99
	}
97
	}
100
 
98
 
101
	public Map<String, Object>  processStore(String storeCode) throws ProfitMandiBusinessException {
99
	public Map<String, Object>  processStore(String storeCode) throws ProfitMandiBusinessException {
102
		Map<String, Object> responseMap = new HashMap<>();
100
		Map<String, Object> responseMap = new HashMap<>();