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