Subversion Repositories SmartDukaan

Rev

Rev 23247 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23247 Rev 23248
Line 173... Line 173...
173
				try {
173
				try {
174
					LogisticsClient lc = new LogisticsClient();
174
					LogisticsClient lc = new LogisticsClient();
175
					lc.getClient().pushCourierDetailsForEcomExpress(Arrays.asList(t_order.getLogisticsTransactionId()));
175
					lc.getClient().pushCourierDetailsForEcomExpress(Arrays.asList(t_order.getLogisticsTransactionId()));
176
				} catch (Exception e) {
176
				} catch (Exception e) {
177
					logger.error("Error pushing courier details", e);
177
					logger.error("Error pushing courier details", e);
-
 
178
					return "Order billed but could not forward request to provider";
178
				}
179
				}
179
			}
180
			}
180
 
181
 
181
			if(!status)
182
			if(!status)
182
				return "Couldn't add billing info on server";
183
				return "Couldn't add billing info on server";