You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thanks for using async-stripe. On master, #296 was recently landed that re-exports everything in the generated module so you can fall back to that in the case that duplicate classes cause the one you want to be swallowed.
Describe the bug
The
SubscriptionPaymentBehavior
enum is not accessible forCreateSubscription::payment_behavior
(docs also don't make it a link).There is an enum with the same name (which is not compatible) in the generated
![image](https://user-images.githubusercontent.com/955250/202023595-df4e118e-8698-40e3-b213-21866d1591ee.png)
billing::subscription_item
module, as well.To Reproduce
Expected behavior
The enum should be accessible.
Code snippets
No response
OS
Fedora 36
Rust version
rustc 1.66.0-nightly (2019147c5 2022-09-19)
Library version
0.15
API version
2022-08-01
Additional context
No response
The text was updated successfully, but these errors were encountered: