You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove CompositeShipmentTracker because retrieving tracking infos by tracking number is not suitable.
Enable to get an IShipmentTracker instance per Shipment entity because the shipments of an order can be carried out by different carriers thus different shipment trackers.
Note that an IShippingRateComputationMethod can represent a shipping method on its own, e.g. UPS.
IShipmentTracker:
Change method Task<string> GetUrlAsync(string trackingNumber, Languge language = null).
CompositeShipmentTracker
because retrieving tracking infos by tracking number is not suitable.IShipmentTracker
instance perShipment
entity because the shipments of an order can be carried out by different carriers thus different shipment trackers.IShippingRateComputationMethod
can represent a shipping method on its own, e.g. UPS.IShipmentTracker
:Task<string> GetUrlAsync(string trackingNumber, Languge language = null)
.IsMatch(string trackingNumber)
(not suitable).The text was updated successfully, but these errors were encountered: