Closed HYBER-POST closed 3 weeks ago
async def create_invoice() -> None: invoice = await crypto.create_invoice(asset='TON', amount=1.5) print(invoice.bot_invoice_url)
Which version of aiocryptopay is installed on your system? You can check it by running the command pip show aiocryptopay.
pip show aiocryptopay
async def create_invoice() -> None: invoice = await crypto.create_invoice(asset='TON', amount=1.5) print(invoice.bot_invoice_url)