From dd42c74e1473823fd016b448ee05d90a80b3f428 Mon Sep 17 00:00:00 2001 From: Edgar Date: Wed, 31 Aug 2022 12:04:58 +0200 Subject: [PATCH] fix docs on send invoice --- src/api/invoice.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/invoice.rs b/src/api/invoice.rs index 8ef16ba..5d0297f 100644 --- a/src/api/invoice.rs +++ b/src/api/invoice.rs @@ -286,7 +286,7 @@ impl Endpoint for CancelInvoice { } } -/// Cancels a sent invoice, by ID, and, optionally, sends a notification about the cancellation to the payer, merchant, and CC: emails. +/// Sends or schedules an invoice, by ID, to be sent to a customer. #[derive(Debug, Clone)] pub struct SendInvoice { /// The invoice id.