Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BeiyanYunyi opened this issue May 15, 2023 · 0 comments

Comments

@BeiyanYunyi
Copy link

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) }).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant