Subversion Repositories SmartDukaan

Rev

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

Rev 4490 Rev 4663
Line 76... Line 76...
76
                shipmentUpdates = blueDartTrackingService.getUpdates(order.getAirwaybill_no());
76
                shipmentUpdates = blueDartTrackingService.getUpdates(order.getAirwaybill_no());
77
                return true;
77
                return true;
78
            }
78
            }
79
        }), 5, TimeUnit.SECONDS);
79
        }), 5, TimeUnit.SECONDS);
80
 
80
 
81
        if (order.isCod() && OrderStatus.INIT.equals(order.getStatus())) {
81
        if (order.isCod() && OrderStatus.COD_VERIFICATION_PENDING.equals(order.getStatus())) {
82
            populateCODTicketId(order.getCustomer_id());
82
            populateCODTicketId(order.getCustomer_id());
83
        }
83
        }
84
 
84
 
85
        if (canEditOrderAddress()) {
85
        if (canEditOrderAddress()) {
86
            userContextServiceClient = new UserClient().getClient();
86
            userContextServiceClient = new UserClient().getClient();