Skip to content

Commit e76f5e7

Browse files
improve comment
1 parent 86019e4 commit e76f5e7

File tree

1 file changed

+1
-1
lines changed
  • services/web/server/src/simcore_service_webserver/products

1 file changed

+1
-1
lines changed

services/web/server/src/simcore_service_webserver/products/_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@ async def auto_create_products_groups(
236236
async def is_product_billable(
237237
self, product_name: str, connection: AsyncConnection | None = None
238238
) -> bool:
239-
"""This function returns False even if the product price is defined, but is"""
239+
"""This function returns False even if the product price is defined, but is 0"""
240240
async with pass_or_acquire_connection(self.engine, connection) as conn:
241241
return await is_payment_enabled(conn, product_name=product_name)

0 commit comments

Comments
 (0)