arlyon / async-stripe

Async (and blocking!) Rust bindings for the Stripe API
https://payments.rs
Apache License 2.0
454 stars 129 forks source link

Expose the `auto_advance` field from the `FinalizeInvoiceParams` struct #497

Closed ycalansy closed 8 months ago

ycalansy commented 8 months ago

This pull request exposes the auto_advance field from the FinalizeInvoiceParams struct, allowing users to access it outside its defining module.

Summary

Checklist

arlyon commented 8 months ago

Running CI, TY

arlyon commented 8 months ago

Formatting issue seems like a problem with main, merging anyways.

ycalansy commented 8 months ago

Yea, I noticed some formatting issues in other unchanged files, but since they weren't related to the changes I made, I decided not to commit them.