fix misprint
This commit is contained in:
parent
ac61ffb36a
commit
1dd19f3112
|
|
@ -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),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue