Subversion Repositories SmartDukaan

Rev

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

Rev 9272 Rev 9275
Line 522... Line 522...
522
				continue;
522
				continue;
523
			}
523
			}
524
			t_order.setLogistics_provider_id(FLIPKART_LOGISTICS_ID);
524
			t_order.setLogistics_provider_id(FLIPKART_LOGISTICS_ID);
525
			t_order.setAirwaybill_no("");
525
			t_order.setAirwaybill_no("");
526
			t_order.setTracking_id("");
526
			t_order.setTracking_id("");
527
			t_order.setTotal_amount(unitSellingPrice);
527
			t_order.setTotal_amount(unitSellingPrice*quantity);
528
			t_order.setOrderType(OrderType.B2C);
528
			t_order.setOrderType(OrderType.B2C);
529
			t_order.setSource(FLIPKART_SOURCE_ID);
529
			t_order.setSource(FLIPKART_SOURCE_ID);
530
			t_order.setOrderType(OrderType.B2C);
530
			t_order.setOrderType(OrderType.B2C);
531
			total_price = unitSellingPrice*quantity;
531
			total_price = unitSellingPrice*quantity;
532
			orderlist.add(t_order);
532
			orderlist.add(t_order);