chore: generate

This commit is contained in:
GitHub Action
2026-01-24 16:55:54 +00:00
parent d5f0c4163d
commit 653e55c408
@@ -519,7 +519,7 @@ export async function POST(input: APIEvent) {
if (!workspaceID) throw new Error("Workspace ID not found") if (!workspaceID) throw new Error("Workspace ID not found")
if (!invoiceID) throw new Error("Invoice ID not found") if (!invoiceID) throw new Error("Invoice ID not found")
const paymentIntent = await Billing.stripe().paymentIntents.retrieve(invoiceID); const paymentIntent = await Billing.stripe().paymentIntents.retrieve(invoiceID)
console.log(JSON.stringify(paymentIntent)) console.log(JSON.stringify(paymentIntent))
const errorMessage = const errorMessage =
typeof paymentIntent === "object" && paymentIntent !== null typeof paymentIntent === "object" && paymentIntent !== null