Skip to content

Commit

Permalink
Merge pull request #497 from ycalansy/fix-finalize-invoice-params-fie…
Browse files Browse the repository at this point in the history
…ld-visibility
  • Loading branch information
arlyon authored Feb 8, 2024
2 parents 4ce9c17 + ae1a807 commit dbea2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/invoice_ext.rs
Original file line number Diff line number Diff line change
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 dbea2ce

Please sign in to comment.