Implemented order service tests
This commit is contained in:
@@ -17,7 +17,8 @@ public static class Mappers
|
||||
Name = entity.Name,
|
||||
Type = entity.Type,
|
||||
Price = entity.Price,
|
||||
Enabled = entity.Enabled
|
||||
Enabled = entity.Enabled,
|
||||
TrackingUrl = entity.TrackingUrl,
|
||||
};
|
||||
|
||||
public static Shipping ToModel(this Orders.Entities.Shipping entity) => new()
|
||||
|
||||
Reference in New Issue
Block a user