diff --git a/src/Api/Billing/Controllers/PreviewInvoiceController.cs b/src/Api/Billing/Controllers/PreviewInvoiceController.cs index 7e1e6b7da2..c958454618 100644 --- a/src/Api/Billing/Controllers/PreviewInvoiceController.cs +++ b/src/Api/Billing/Controllers/PreviewInvoiceController.cs @@ -72,7 +72,7 @@ public class PreviewInvoiceController( return Handle(result.Map(proration => new { - NewPlanProratedTotal = proration.NewPlanProratedAmount, + proration.NewPlanProratedAmount, proration.Credit, proration.Tax, proration.Total,