Subversion Repositories SmartDukaan

Rev

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

Rev 9276 Rev 9278
Line 493... Line 493...
493
					continue;
493
					continue;
494
				}
494
				}
495
				t_order.setLogistics_provider_id(FLIPKART_LOGISTICS_ID);
495
				t_order.setLogistics_provider_id(FLIPKART_LOGISTICS_ID);
496
				t_order.setAirwaybill_no("");
496
				t_order.setAirwaybill_no("");
497
				t_order.setTracking_id("");
497
				t_order.setTracking_id("");
498
				t_order.setTotal_amount(unitSellingPrice);
-
 
499
				t_order.setOrderType(OrderType.B2C);
498
				t_order.setOrderType(OrderType.B2C);
500
				t_order.setSource(FLIPKART_SOURCE_ID);
499
				t_order.setSource(FLIPKART_SOURCE_ID);
501
				t_order.setOrderType(OrderType.B2C);
500
				t_order.setOrderType(OrderType.B2C);
502
				total_price = unitSellingPrice*quantity;
501
				total_price = unitSellingPrice*quantity;
503
				orderlist.add(t_order);
502
				orderlist.add(t_order);