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
error[E0412]: cannot find type`AccountCapabilities`in this scope
--> /Users/hmmm/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stripe-0.34.1/src/resources/webhook_events.rs:428:25
|
428 | AccountCapabilities(AccountCapabilities),
| ^^^^^^^^^^^^^^^^^^^ not found in this scope
|
help: there is an enum variant `crate::EventObject::AccountCapabilities`; try using the variant's enum |428 | AccountCapabilities(crate::EventObject), | ~~~~~~~~~~~~~~~~~~
Describe the bug
To Reproduce
Axum code:
Cargo.toml
Expected behavior
Expected to compile and work as expected
Code snippets
No response
OS
macOS
Rust version
1.76.0
Library version
async-stripe 0.34.1
API version
Latest
Additional context
No response
The text was updated successfully, but these errors were encountered: