Subversion Repositories SmartDukaan

Rev

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

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