Subversion Repositories SmartDukaan

Rev

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

Rev 4866 Rev 4870
Line 176... Line 176...
176
        logistics_info = LogisticsInfo()
176
        logistics_info = LogisticsInfo()
177
        logistics_info.deliveryTime = delivery_time
177
        logistics_info.deliveryTime = delivery_time
178
        logistics_info.providerId = delivery_estimate.provider_id
178
        logistics_info.providerId = delivery_estimate.provider_id
179
        logistics_info.warehouseId = warehouse_id
179
        logistics_info.warehouseId = warehouse_id
180
        logistics_info.shippingTime = shipping_delay
180
        logistics_info.shippingTime = shipping_delay
181
        logistics_info.codAllowed = codAllowed 
181
        logistics_info.codAllowed = delivery_estimate.codAllowed 
182
        
182
        
183
        return logistics_info
183
        return logistics_info
184
        
184
        
185
    def getDestinationCode(self, providerId, pinCode):
185
    def getDestinationCode(self, providerId, pinCode):
186
        """
186
        """