2
0

🚸 (billing) Increase invoices limit list

This commit is contained in:
Baptiste Arnaud
2024-05-10 08:23:04 +02:00
parent 6f0e23622c
commit e4a7774c40

View File

@ -62,6 +62,7 @@ export const listInvoices = authenticatedProcedure
})
const invoices = await stripe.invoices.list({
customer: workspace.stripeId,
limit: 50,
})
return {
invoices: invoices.data