Subversion Repositories SmartDukaan

Rev

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

Rev 7545 Rev 7576
Line 866... Line 866...
866
							}
866
							}
867
						}
867
						}
868
					}
868
					}
869
					catch (TTransportException e) {
869
					catch (TTransportException e) {
870
						// TODO Auto-generated catch block
870
						// TODO Auto-generated catch block
-
 
871
						tcl = new TransactionClient();
871
						for(in.shop2020.model.v1.order.AmazonOrder aorder:amazonOrders){
872
						for(in.shop2020.model.v1.order.AmazonOrder aorder:amazonOrders){
872
							try {
873
							try {
873
								tcl.getClient().updateAmazonOrderStatus(aorder.getOrderId(),"Order-Payment-Failure");
874
								tcl.getClient().updateAmazonOrderStatus(aorder.getOrderId(),"Order-Payment-Failure");
874
							} catch (TException e1) {
875
							} catch (TException e1) {
875
								// TODO Auto-generated catch block
876
								// TODO Auto-generated catch block