add back in volumeDecimal - #35
Conversation
do we really need this? we can change the fieldname at the same time as we pump version on server side, can't we? |
|
@andreysundukov - so we're unsure of how we actually get Stripe API to upgrade its version (see https://getstep.slack.com/archives/C063CMD01AM/p1725453483821499). Supposedly to upgrade Stripe API version we need to manually do that on Stripe's dashboard (although we appear to never have done this and most of our traffic is on a relatively recent version). In the interim between when we upgrade the SDK version in server and us upgrading the API version, I was thinking there's a possibility that Stripe may still send us |
Stripe made a breaking change in latest major version (26) renaming
volumeDecimaltoquantityDecimal(changelog). This PR adds back involumeDecimalfor now for backwards compatibility while we upgrade our Stripe API. We reference this field here in server.