main
parent
13d28990d5
commit
ddce295abb
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue