fix misprint

This commit is contained in:
user 2025-02-26 20:01:38 +03:00
parent ac61ffb36a
commit 1dd19f3112
1 changed files with 1 additions and 1 deletions

View File

@ -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( await Bot(token=CLIENT_TELEGRAM_API_KEY).create_invoice_link(
'Lifetime access to content', 'Lifetime access to content',
'You will receive NFT with 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), types.LabeledPrice(label='Lifetime access', amount=stars_cost),
], ],