wyyerd / stripe-rs

Rust API bindings for the Stripe HTTP API.
Apache License 2.0
219 stars 88 forks source link

Error `struct import `PaymentIntent` is private` #198

Closed kushwahashiv closed 2 years ago

kushwahashiv commented 2 years ago

why I'm keep getting error: struct import PaymentIntent is private ? even though it defined pub.

cargo.toml

[dependencies]
stripe-rust = { git = "https://github.com/wyyerd/stripe-rs", rev = "efdd5ad" }
kushwahashiv commented 2 years ago

sorry it was creating conflict with stripe named local mod