Subversion Repositories SmartDukaan

Rev

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

Rev 7473 Rev 12614
Line 54... Line 54...
54
amazonOrder.setStatus("Pending");*/
54
amazonOrder.setStatus("Pending");*/
55
   TransactionClient tcl;
55
   TransactionClient tcl;
56
tcl = new TransactionClient();
56
tcl = new TransactionClient();
57
//tcl.getClient().changeAmazonOrderStatus("402-0567501-5591550","Order-Payment-Success");
57
//tcl.getClient().changeAmazonOrderStatus("402-0567501-5591550","Order-Payment-Success");
58
 
58
 
59
System.out.println("Orders are " +  tcl.getClient().getAmazonOrdersToAcknowledge());
59
System.out.println("Orders are " +  tcl.getClient().getAmazonOrdersToAcknowledge(OrderSource.AMAZON));
60
//System.out.println(tcl.getClient().changeOrderStatus(2, OrderStatus.CANCELLED_DUE_TO_LOW_INVENTORY, "CANCELLED_DUE_TO_LOW_INVENTORY"));
60
//System.out.println(tcl.getClient().changeOrderStatus(2, OrderStatus.CANCELLED_DUE_TO_LOW_INVENTORY, "CANCELLED_DUE_TO_LOW_INVENTORY"));
61
/*PaymentClient pcl;
61
/*PaymentClient pcl;
62
        long txnId=0;
62
        long txnId=0;
63
try {
63
try {
64
            pcl = new PaymentClient();
64
            pcl = new PaymentClient();