Subversion Repositories SmartDukaan

Rev

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

Rev 18070 Rev 18071
Line 698... Line 698...
698
                        }
698
                        }
699
                    }						
699
                    }						
700
                }
700
                }
701
                transactionClient.setOrderAttributes(t_order.getId(), attrList);
701
                transactionClient.setOrderAttributes(t_order.getId(), attrList);
702
                //End:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
702
                //End:-Added By Manish Sharma for FedEx Integration - Shipment Creation on 21-Aug-2013
703
				*/
703
				
704
            }
704
            }*/
705
        } catch(Exception e) {
705
        } catch(Exception e) {
706
            log.error("Unable to update address for orderId : " + orderId + "and address : " + 
706
            log.error("Unable to update address for orderId : " + orderId + "and address : " + 
707
                    line1 + ", " + line2+ ", " + city + ", " + state + ", " + pin, e);
707
                    line1 + ", " + line2+ ", " + city + ", " + state + ", " + pin, e);
708
        }
708
        }
709
        return null;
709
        return null;