| Line 88... |
Line 88... |
| 88 |
UserContextService.Client userClient = (new UserClient()).getClient();
|
88 |
UserContextService.Client userClient = (new UserClient()).getClient();
|
| 89 |
String cc = null;
|
89 |
String cc = null;
|
| 90 |
if(userinfo.isPrivateDealUser() && !cookiesMap.containsKey(UserInterceptor.DEAL_COUPON_REMOVED)) {
|
90 |
if(userinfo.isPrivateDealUser() && !cookiesMap.containsKey(UserInterceptor.DEAL_COUPON_REMOVED)) {
|
| 91 |
cc="saholicdeals";
|
91 |
cc="saholicdeals";
|
| 92 |
}
|
92 |
}
|
| 93 |
List<String> cartResponse = userClient.validateCartWithDealerCoupon(cartId, cartId, cc);
|
93 |
List<String> cartResponse = userClient.validateCartWithDealerCoupon(cartId, sourceId, cc);
|
| 94 |
errorMsg = cartResponse.get(0);
|
94 |
errorMsg = cartResponse.get(0);
|
| 95 |
log.info("Cart Change/EMI Message rcvd from the service is:" + errorMsg);
|
95 |
log.info("Cart Change/EMI Message rcvd from the service is:" + errorMsg);
|
| 96 |
if(cartResponse.get(1)!=null & !cartResponse.get(1).equals("")){
|
96 |
if(cartResponse.get(1)!=null & !cartResponse.get(1).equals("")){
|
| 97 |
addActionMessage(cartResponse.get(1));
|
97 |
addActionMessage(cartResponse.get(1));
|
| 98 |
}
|
98 |
}
|