We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f09d0 commit 041f78eCopy full SHA for 041f78e
packages/postgres-database/src/simcore_postgres_database/utils_products_prices.py
@@ -59,7 +59,7 @@ async def get_product_latest_stripe_info(
59
)
60
).fetchone()
61
if row is None:
62
- msg = f"No product Stripe info defined in database [{product_name=}]"
+ msg = f"Required Stripe information missing from product {product_name=}"
63
raise ValueError(msg)
64
return (row.stripe_price_id, row.stripe_tax_rate_id)
65
0 commit comments