Skip to content

Commit

Permalink
fix: expose the auto_advance field from the FinalizeInvoiceParams
Browse files Browse the repository at this point in the history
… struct
  • Loading branch information
ycalansy committed Feb 6, 2024
1 parent 4ce9c17 commit ae1a807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/invoice_ext.rs
Expand Up @@ -109,5 +109,5 @@ impl<'a> InvoiceSearchParams<'a> {
#[derive(Clone, Debug, Default, Serialize)]
pub struct FinalizeInvoiceParams {
#[serde(skip_serializing_if = "Option::is_none")]
auto_advance: Option<bool>,
pub auto_advance: Option<bool>,
}

0 comments on commit ae1a807

Please sign in to comment.