You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add warnings for Stripe obj returns, and change connection token endpoint (stripe#16)
As the warnings say, our example code creates a direct dependency between the server's
`Stripe.api_version` and the clients that consume the example backend responses.
This means clients must also be prepared for Backwards-compatible changes at any time
https://stripe.com/docs/upgrades#what-changes-does-stripe-consider-to-be-backwards-compatible
And it means that for the server to adopt a breaking change, all of their clients must
also be prepared for it.
Changing the `/connection_token` so that it is *not* dependent on the Stripe response,
and putting notes on the other two.
0 commit comments