Skip to content

Got input is not enough for unique date and time when a invoice is paid #18

@BeiyanYunyi

Description

@BeiyanYunyi

Code is below:

let client = get_client().await?;
let get_invoice_req = GetInvoice::new(&invoice_id);
let get_invoice_res = client.execute(&get_invoice_req).await;

When the invoice is unpaid, it returns Ok, but when the invoice is paid, it turn outs to be HttpError(reqwest::Error { kind: Decode, source: Error("input is not enough for unique date and time", line: 1, column: 1544) }).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions