#Dimitar-php
1 messages · Page 1 of 1 (latest)
@silent ivy if you're updating from 7.0.2 to another 7.x.x version there should not be any breaking changes(but it's worth trying to test things a little before making the change in production).
Yeah i will test locally, but im worried if using newer version locally with production keys will break the older version in production currently.
As i remember there was message before in dashboard to switch to newer version of api or something thats why im asking if it will switch automatically if once used newer.
your API version is not connected to the version of the stripe-php library your code uses
so it shouldn't really have any impact
ok great
thank you, will report if anything breaks anyway 😄
If for some reason something happens, do you have the power to revert anything stripe related (api version in dashboard) if changed for some reason?
you can revert the API version on your dashboard within 72 hours yes
but it doesn't sound like that's what you're doing, you're updating a dependency in your PHP web application, which only you have access to
really, bumping the stripe-php dependencey from 7.0.2 to the latest should be a no-op, but it's worth reading https://github.com/stripe/stripe-php/blob/master/CHANGELOG.md in case anything jumps out, but again, it's all within 7.x so we try to guarantee nothing has changed, it's just additive changes so nothing should break.