Phase3: Billing Customerpage/Mailings
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user