fix docs on send invoice
This commit is contained in:
parent
a4acce8bb1
commit
dd42c74e14
|
@ -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)]
|
#[derive(Debug, Clone)]
|
||||||
pub struct SendInvoice {
|
pub struct SendInvoice {
|
||||||
/// The invoice id.
|
/// The invoice id.
|
||||||
|
|
Loading…
Reference in a new issue