alex 2024-02-25 15:32:20 +01:00
parent 13d28990d5
commit ddce295abb
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ export async function loadPrices() {
expand: ["data.product"], expand: ["data.product"],
}); });
logger.debug("prices from Stripe API", JSON.stringify(prices, null, 2));
for (const price of prices.data) { for (const price of prices.data) {
cachedPrices.push({ cachedPrices.push({
id: price.id, id: price.id,