stripe-rails icon indicating copy to clipboard operation
stripe-rails copied to clipboard

Invalid validations for configuring products

Open andrewferk opened this issue 3 years ago • 1 comments

Configuring products validates description can only be applied to a good and statement_descriptor can only be applied to a service.

Stripe doesn't have any validation like this, and reading the Stripe product object documentation, it doesn't seem this validation is correct.

Can the validation for configuring products be less constrained?

andrewferk avatar May 06 '21 17:05 andrewferk

Hi @andrewferk this issue sounds familiar!

Does this comment answer solve your problem? https://github.com/tansengming/stripe-rails/pull/198#issuecomment-733220876

If it doesn't I'll spend some time on it later. Unfortunately I'm a little busy at the moment and haven't had time to look into it just yet.

tansengming avatar May 24 '21 19:05 tansengming