diff --git a/packages/api/src/controllers/stripe.ts b/packages/api/src/controllers/stripe.ts index 59180c5958..73a7be86a1 100644 --- a/packages/api/src/controllers/stripe.ts +++ b/packages/api/src/controllers/stripe.ts @@ -94,7 +94,7 @@ export const reportUsage = async (req, adminToken) => { action: "set", } ); - } else if (product.name === "Streaming") { + } else if (product.name === "Delivery") { await req.stripe.subscriptionItems.createUsageRecord( subscriptionItemsByLookupKey["tstreaming_usage"], {