arlyon / async-stripe

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

Fix `CheckoutSession::retrieve_line_items` parameters and associated stuct visibility #560

Open nightspc opened 1 month ago

nightspc commented 1 month ago

Summary

Fixes calling the newly added CheckoutSession::retrieve_line_items function added in #541 by:

Checklist