Subversion Repositories SmartDukaan

Rev

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

Rev 11988 Rev 11989
Line 75... Line 75...
75
            		if (cookiesMap.get(UserInterceptor.DEAL_COUPON_REMOVED)==null) {
75
            		if (cookiesMap.get(UserInterceptor.DEAL_COUPON_REMOVED)==null) {
76
        				Cookie co = new Cookie(UserInterceptor.DEAL_COUPON_REMOVED, "true");
76
        				Cookie co = new Cookie(UserInterceptor.DEAL_COUPON_REMOVED, "true");
77
        				co.setDomain(this.domainName);
77
        				co.setDomain(this.domainName);
78
        				co.setPath("/");
78
        				co.setPath("/");
79
        				cookiesMap.put(UserInterceptor.DEAL_COUPON_REMOVED, co);
79
        				cookiesMap.put(UserInterceptor.DEAL_COUPON_REMOVED, co);
-
 
80
        				log.info("added to cookies map");
80
            		}
81
            		}
81
            	}
82
            	}
82
                userServiceClient = new UserClient();
83
                userServiceClient = new UserClient();
83
                UserContextService.Client userClient = userServiceClient.getClient();
84
                UserContextService.Client userClient = userServiceClient.getClient();
84
                userClient.removeCoupon(cartId);
85
                userClient.removeCoupon(cartId);