| Line 74... |
Line 74... |
| 74 |
private static final String FEDEX = "FEDEX";
|
74 |
private static final String FEDEX = "FEDEX";
|
| 75 |
private static final String IOT = "IOT";
|
75 |
private static final String IOT = "IOT";
|
| 76 |
private static final String RED_EXP = "RED_EXP";
|
76 |
private static final String RED_EXP = "RED_EXP";
|
| 77 |
private static final String GHARPAY = "GHARPAY";
|
77 |
private static final String GHARPAY = "GHARPAY";
|
| 78 |
private static final String QUANTIUM = "QUANTIUM";
|
78 |
private static final String QUANTIUM = "QUANTIUM";
|
| 79 |
private static final String GATI_AIR = "GATI AIR`";
|
79 |
private static final String GATI_AIR = "GATI_AIR";
|
| 80 |
private static final String VDELIVER = "VDELIVER";
|
80 |
private static final String VDELIVER = "VDELIVER";
|
| 81 |
private static String transactionId;
|
81 |
private static String transactionId;
|
| 82 |
private static final int SNAPDEAL_GATEWAY_ID = 18;
|
82 |
private static final int SNAPDEAL_GATEWAY_ID = 18;
|
| 83 |
private static Logger logger;
|
83 |
private static Logger logger;
|
| 84 |
|
84 |
|
| Line 331... |
Line 331... |
| 331 |
t_order.setLogistics_provider_id(35);
|
331 |
t_order.setLogistics_provider_id(35);
|
| 332 |
}
|
332 |
}
|
| 333 |
else if(order.getCourier().equalsIgnoreCase(GATI_AIR)){
|
333 |
else if(order.getCourier().equalsIgnoreCase(GATI_AIR)){
|
| 334 |
t_order.setLogistics_provider_id(36);
|
334 |
t_order.setLogistics_provider_id(36);
|
| 335 |
}
|
335 |
}
|
| - |
|
336 |
Gati Air
|
| 336 |
else {
|
337 |
else {
|
| 337 |
logger.error("Error No Courier Match please add courier to our system for suborderid " + order.getSuborderId() + "Courier Name " + order.getCourier());
|
338 |
logger.error("Error No Courier Match please add courier to our system for suborderid " + order.getSuborderId() + "Courier Name " + order.getCourier());
|
| 338 |
sb.append(order.getSuborderId() + " Error No Courier Match " + order.getCourier() +"\n");
|
339 |
sb.append(order.getSuborderId() + " Error No Courier Match " + order.getCourier() +"\n");
|
| 339 |
continue;
|
340 |
continue;
|
| 340 |
}
|
341 |
}
|