Subversion Repositories SmartDukaan

Rev

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

Rev 7115 Rev 7117
Line 45... Line 45...
45
    private Long storeId;
45
    private Long storeId;
46
    private static Logger log = Logger.getLogger(Class.class);
46
    private static Logger log = Logger.getLogger(Class.class);
47
    private static Map<Long, String> mobileProvidersMap;
47
    private static Map<Long, String> mobileProvidersMap;
48
    private static Map<Long, String> dthProvidersMap;
48
    private static Map<Long, String> dthProvidersMap;
49
    private static Map<Long, List<RechargePlan>> operatorPlanMap;
49
    private static Map<Long, List<RechargePlan>> operatorPlanMap;
50
    private static Map<Long, HotspotStore> hotspotStores = new HashMap<Long, HotspotStore>();
50
    public static Map<Long, HotspotStore> hotspotStores = new HashMap<Long, HotspotStore>();
51
    private String errorMsg = "";
51
    private String errorMsg = "";
52
    private String redirectUrl;
52
    private String redirectUrl;
53
    
53
    
54
    
54
    
55
    static {
55
    static {