diff --git a/LittleShop/Controllers/TestController.cs b/LittleShop/Controllers/TestController.cs index 8cf3633..0ef6c02 100644 --- a/LittleShop/Controllers/TestController.cs +++ b/LittleShop/Controllers/TestController.cs @@ -199,7 +199,7 @@ public class TestController : ControllerBase id = o.Id, identityReference = o.IdentityReference, createdAt = o.CreatedAt, - total = o.Total + total = o.TotalAmount }) }); }