From c21b48c704e72c30792bf77934c1425c7ed7ddd2 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 24 May 2026 21:47:37 +0200 Subject: [PATCH] Phase3: Billing Customerpage/Mailings --- src/app/api/billing/current/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/billing/current/route.ts b/src/app/api/billing/current/route.ts index b15901d..c189fb9 100644 --- a/src/app/api/billing/current/route.ts +++ b/src/app/api/billing/current/route.ts @@ -53,7 +53,7 @@ export async function GET() { // 2. Otherwise compute the draft. Falls through to error if the // org doesn't have a billing config yet (no Address on file). try { - const { draft } = await computeInvoiceDraft({ + const draft = await computeInvoiceDraft({ zitadelOrgId: user.orgId, year, month,