diff --git a/app/api/routes/content.py b/app/api/routes/content.py index a362cdc..206fb3a 100644 --- a/app/api/routes/content.py +++ b/app/api/routes/content.py @@ -76,7 +76,7 @@ async def s_api_v1_content_view(request, content_address: str): await Bot(token=CLIENT_TELEGRAM_API_KEY).create_invoice_link( 'Lifetime access to content', 'You will receive NFT with lifetime access to content', - f"access_{invoice_id}", "", "XTR" + f"access_{invoice_id}", "", "XTR", [ types.LabeledPrice(label='Lifetime access', amount=stars_cost), ],