diff --git a/src/controllers/paymentController.ts b/src/controllers/paymentController.ts index 2b85f00..b39d501 100644 --- a/src/controllers/paymentController.ts +++ b/src/controllers/paymentController.ts @@ -37,6 +37,8 @@ export async function loadPrices() { expand: ["data.product"], }); + logger.debug("prices from Stripe API", JSON.stringify(prices, null, 2)); + for (const price of prices.data) { cachedPrices.push({ id: price.id,