From 1dd19f3112219b4ec16fb435f6215f55a46343b3 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 26 Feb 2025 20:01:38 +0300 Subject: [PATCH] fix misprint --- app/api/routes/content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ],