layerqa / aiocryptopay

https://t.me/CryptoBot api asynchronous python wrapper
https://pypi.org/project/aiocryptopay/
MIT License
84 stars 19 forks source link

'coroutine' object has no attribute 'bot_invoice_url' #24

Closed HYBER-POST closed 3 weeks ago

HYBER-POST commented 1 month ago

async def create_invoice() -> None: invoice = await crypto.create_invoice(asset='TON', amount=1.5) print(invoice.bot_invoice_url)

layerqa commented 1 month ago

Which version of aiocryptopay is installed on your system? You can check it by running the command pip show aiocryptopay.