Subversion Repositories SmartDukaan

Rev

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

Rev 5909 Rev 5917
Line 724... Line 724...
724
                    }
724
                    }
725
                }
725
                }
726
            }
726
            }
727
            transactionServiceClient = new TransactionClient().getClient();
727
            transactionServiceClient = new TransactionClient().getClient();
728
            transactionServiceClient.setOrderAttributes(Long.parseLong(orderId), attributes);
728
            transactionServiceClient.setOrderAttributes(Long.parseLong(orderId), attributes);
-
 
729
            //transactionServiceClient = new TransactionClient().getClient();
-
 
730
            //transactionServiceClient.enqueueExpiryExtensionEmail(orderId);
729
        } catch (NumberFormatException e) {
731
        } catch (NumberFormatException e) {
730
            e.printStackTrace();
732
            e.printStackTrace();
731
        } catch (TException e) {
733
        } catch (TException e) {
732
            e.printStackTrace();
734
            e.printStackTrace();
733
        }
735
        }
734
        return EDIT;
736
        return edit();
735
    }
737
    }
736
    
738
    
737
    public String getPickupExpiryDate(long id, long deliveryTimestamp) {
739
    public String getPickupExpiryDate(long id, long deliveryTimestamp) {
738
        try {
740
        try {
739
            log.info("orderID" + id);
741
            log.info("orderID" + id);