Subversion Repositories SmartDukaan

Rev

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

Rev 3185 Rev 3224
Line 182... Line 182...
182
		userinfo.setTotalItems(totalItems);
182
		userinfo.setTotalItems(totalItems);
183
        if (cookiesMap.containsKey(TrackingInterceptor.AFF_COOKIE)) {
183
        if (cookiesMap.containsKey(TrackingInterceptor.AFF_COOKIE)) {
184
            long affId = Long.parseLong(cookiesMap.get(TrackingInterceptor.AFF_COOKIE).getValue());
184
            long affId = Long.parseLong(cookiesMap.get(TrackingInterceptor.AFF_COOKIE).getValue());
185
            userClient.addTrackLog(affId, userId, "new registration", "",email, (new Date()).getTime());
185
            userClient.addTrackLog(affId, userId, "new registration", "",email, (new Date()).getTime());
186
        }
186
        }
187
        DataLogger.logData(EventType.REGISTER_SUCCESS, session.getId(), userinfo.getUserId(), email, userName, communicationEmail);
187
        DataLogger.logData(EventType.REGISTER_SUCCESS, getSessionId(), userinfo.getUserId(), email, userName, communicationEmail);
188
 
188
 
189
		return true;
189
		return true;
190
    }
190
    }
191
 
191
 
192
	public String getRegistrationHeaderSnippet(){
192
	public String getRegistrationHeaderSnippet(){