| Line 71... |
Line 71... |
| 71 |
String cc = null;
|
71 |
String cc = null;
|
| 72 |
log.info(privateDealUser + " " + autoApplicationOff);
|
72 |
log.info(privateDealUser + " " + autoApplicationOff);
|
| 73 |
if(privateDealUser && !autoApplicationOff) {
|
73 |
if(privateDealUser && !autoApplicationOff) {
|
| 74 |
cc = "saholicdeals";
|
74 |
cc = "saholicdeals";
|
| 75 |
}
|
75 |
}
|
| 76 |
CartPlus cartResponse = getClient().validateCartPlus(id, -1, cc);
|
- |
|
| 77 |
log.info("Before cart response--------");
|
76 |
log.info("Before cart response--------");
|
| - |
|
77 |
CartPlus cartResponse = getClient().validateCartPlus(id, -1, cc);
|
| 78 |
log.info("After cart response--------");
|
78 |
log.info("After cart response--------");
|
| 79 |
if (errorMsg == null || errorMsg.equals("")) {
|
79 |
if (errorMsg == null || errorMsg.equals("")) {
|
| 80 |
if(cartResponse.getValidateCartMessages().get(1)!=null && !cartResponse.getValidateCartMessages().get(1).equals("")){
|
80 |
if(cartResponse.getValidateCartMessages().get(1)!=null && !cartResponse.getValidateCartMessages().get(1).equals("")){
|
| 81 |
errorMsg = cartResponse.getValidateCartMessages().get(1);
|
81 |
errorMsg = cartResponse.getValidateCartMessages().get(1);
|
| 82 |
}else {
|
82 |
}else {
|