Skip to content

Commit 041f78e

Browse files
committed
@sanderegg review: doc
1 parent 85f09d0 commit 041f78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/postgres-database/src/simcore_postgres_database/utils_products_prices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ async def get_product_latest_stripe_info(
5959
)
6060
).fetchone()
6161
if row is None:
62-
msg = f"No product Stripe info defined in database [{product_name=}]"
62+
msg = f"Required Stripe information missing from product {product_name=}"
6363
raise ValueError(msg)
6464
return (row.stripe_price_id, row.stripe_tax_rate_id)
6565

0 commit comments

Comments
 (0)