Skip to content

When generating an invoice for less than 20 cents, client does not return BTC addresses  #24

@tonydavis629

Description

@tonydavis629

invoice_response = client.create_invoice({"price": 1.0, "currency": "USD"})

Returns a normal response.

invoice_response = client.create_invoice({"price": .19, "currency": "USD"})

Returns a response without a BTC address (but does include other currencies).

invoice_response = client.create_invoice({"price": .20, "currency": "USD"})

Also returns a normal response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions