Subversion Repositories SmartDukaan

Rev

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

Rev 35337 Rev 35352
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());
-
 
391
                            }
390
                            }
392
                        } else {
391
                        } else {
393
                            responseMap.put(ProfitMandiConstants.USER_STATUS, UserStatus.VERIFIED_RETAILER.getValue());
392
                            responseMap.put(ProfitMandiConstants.USER_STATUS, UserStatus.VERIFIED_RETAILER.getValue());
394
                        }
393
                        }
395
                    } else {
394
                    } else {