Subversion Repositories SmartDukaan

Rev

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

Rev 35296 Rev 35337
Line 385... Line 385...
385
                            responseMap.put(ProfitMandiConstants.USER_STATUS, UserStatus.FOFO.getValue());
385
                            responseMap.put(ProfitMandiConstants.USER_STATUS, UserStatus.FOFO.getValue());
386
                            responseMap.put("storeUrl", retailerService.getAllFofoRetailerIdUrlMap().get(uc.getUserId()));
386
                            responseMap.put("storeUrl", retailerService.getAllFofoRetailerIdUrlMap().get(uc.getUserId()));
387
                            responseMap.put("timelineStatus", this.getTimeLineStatus(uc.getUserId()));
387
                            responseMap.put("timelineStatus", this.getTimeLineStatus(uc.getUserId()));
388
                            if(fofoStore.isTrial()) {
388
                            if(fofoStore.isTrial()) {
389
                                responseMap.put("fofoTrialEndDate", fofoStore.getTrialEnd());
389
                                responseMap.put("fofoTrialEndDate", fofoStore.getTrialEnd());
-
 
390
                                responseMap.put(ProfitMandiConstants.USER_STATUS, UserStatus.FOFO_TRIAL.getValue());
390
                            }
391
                            }
391
                        } else {
392
                        } else {
392
                            responseMap.put(ProfitMandiConstants.USER_STATUS, UserStatus.VERIFIED_RETAILER.getValue());
393
                            responseMap.put(ProfitMandiConstants.USER_STATUS, UserStatus.VERIFIED_RETAILER.getValue());
393
                        }
394
                        }
394
                    } else {
395
                    } else {