Implemented order service tests

This commit is contained in:
Khwezi Mngoma
2026-05-29 08:18:29 +02:00
parent 2546c34ffc
commit 4397976ed8
4 changed files with 37 additions and 6 deletions
@@ -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()