Subversion Repositories SmartDukaan

Rev

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

Rev 26533 Rev 26570
Line 189... Line 189...
189
				}
189
				}
190
				responseMap.put(ProfitMandiConstants.USER_ID, userInfo.getUserId());
190
				responseMap.put(ProfitMandiConstants.USER_ID, userInfo.getUserId());
191
				responseMap.put(ProfitMandiConstants.USER_NAME, userName);
191
				responseMap.put(ProfitMandiConstants.USER_NAME, userName);
192
				responseMap.put(ProfitMandiConstants.USER_STATUS, "fofoAssociate");
192
				responseMap.put(ProfitMandiConstants.USER_STATUS, "fofoAssociate");
193
				responseMap.put(ProfitMandiConstants.EMAIL_ID, userInfo.getEmail());
193
				responseMap.put(ProfitMandiConstants.EMAIL_ID, userInfo.getEmail());
194
				UserCart uc = userAccountRepository.getUserCart(userInfo.getUserId());
-
 
195
				responseMap.put("storeUrl", retailerService.getAllFofoRetailerIdUrlMap().get(uc.getUserId()));
194
				responseMap.put("storeUrl", "");
196
				return responseSender.ok(responseMap);
195
				return responseSender.ok(responseMap);
197
			}
196
			}
198
		} else {
197
		} else {
199
			try {
198
			try {
200
				user = userRepository.selectByEmailId(userInfo.getEmail());
199
				user = userRepository.selectByEmailId(userInfo.getEmail());