wyyerd / stripe-rs

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

Product with custom ID is causing error in Product::list #118

Closed thedodd closed 4 years ago

thedodd commented 4 years ago

Looks like this crate is requiring that all ProductId's start with prod_. Seems to be an incorrect constraint according to the stripe API. Custom product IDs are not required to start with prod_ in the stripe API.