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
|
// 2. Otherwise compute the draft. Falls through to error if the
|
||||||
// org doesn't have a billing config yet (no Address on file).
|
// org doesn't have a billing config yet (no Address on file).
|
||||||
try {
|
try {
|
||||||
const { draft } = await computeInvoiceDraft({
|
const draft = await computeInvoiceDraft({
|
||||||
zitadelOrgId: user.orgId,
|
zitadelOrgId: user.orgId,
|
||||||
year,
|
year,
|
||||||
month,
|
month,
|
||||||
|
|||||||
Reference in New Issue
Block a user