Subversion Repositories SmartDukaan

Rev

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

Rev 12008 Rev 12019
Line 56... Line 56...
56
                    return "redirect";
56
                    return "redirect";
57
                } else if (couponCode.equals("saholicdeals")) {
57
                } else if (couponCode.equals("saholicdeals")) {
58
                	Cookie co = cookiesMap.get(UserInterceptor.DEAL_COUPON_REMOVED);
58
                	Cookie co = cookiesMap.get(UserInterceptor.DEAL_COUPON_REMOVED);
59
                	if (co != null) {
59
                	if (co != null) {
60
                		co.setMaxAge(0);
60
                		co.setMaxAge(0);
61
                		co.setDomain("/");
61
                		co.setPath("/");
62
                		co.setDomain(domainName);
62
                		co.setDomain(domainName);
63
                	}
63
                	}
64
                }
64
                }
65
                promotionServiceClient = new PromotionClient();
65
                promotionServiceClient = new PromotionClient();
66
                PromotionService.Client promotionClient = promotionServiceClient.getClient();
66
                PromotionService.Client promotionClient = promotionServiceClient.getClient();