Closed thedodd closed 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.
prod_
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 withprod_
in the stripe API.