From a8c25b075a6679cb9827d6d7ef0a2efd23d00f70 Mon Sep 17 00:00:00 2001 From: Kyle Denney <4227399+kdenney@users.noreply.github.com> Date: Fri, 30 Jan 2026 16:42:11 -0600 Subject: [PATCH] missed in refactor --- src/Api/Billing/Controllers/PreviewInvoiceController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,