#johnpitchko - ruby product price
1 messages · Page 1 of 1 (latest)
Good question, checking in to it. It sounds like this came about when upgrading from one version of stripe-ruby to another?
And yes, it looks like we have default_price in the current version of our API. To get other prices, you would likely want to list them by product with the list prices API call https://stripe.com/docs/api/products/object#product_object-default_price
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Great thanks a lot
Do you happen to know when that changed?
If not off hand I'll look in changelog
I don't offhand an am not seeing it in the changelog either surprisingly https://stripe.com/docs/upgrades
As far as you know, that Stripe::Product#price field was also just the default price?