#enforcedcastle
1 messages · Page 1 of 1 (latest)
Hi, taking a look here
No worries, sorry about the post itself being so long and having multiple questions tied in. Take your time.
Basically TLDR: Updating gem stripe version in our app to 3.31.1, do I also need to update Stripe.api_version and I don't want my webhook response structure to change from what it is at now.
These are independent and if you update the Ruby library, https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md#3311---2018-11-12 it won't affect the others.
Should I still need to update the Stripe.api_version ?
I'm not sure I understand what updating the gem effects if I set the actual Stripe.api_version?
You do not need to if you do not want to.
Do you know if I don't update the Stripe.api_version that I won't get the updates from the gem version?
These are independent so no. You'd want to look at the breaking changes: https://stripe.com/docs/upgrades#api-versions and determine if there are changes you'd want to see in your integration.
Okay I think I'm following you, I'll read over the document more closely.