-
Notifications
You must be signed in to change notification settings - Fork 460
Migration guide for v74
pakrym-stripe edited this page Nov 18, 2022
·
1 revision
Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15.
"
- Removed deprecated
sku
resource (#1557) - Removed
lineitem.Product
property that was released by mistake. (#1555) - Removed deprecated
CheckoutSessionSubscriptionDataParams.Items
field. (#1555) - Removed deprecated
EphemeralKey.AssociatedObjects
field. (#1566) - Removed deprecated
Amount
,Currency
,Description
,Images
,Name
properties fromCheckoutSessionLineItemParams
(https://github.com/stripe/stripe-go/pull/1570) - Removed
Charges
field onPaymentIntent
and replace it withLatestCharge
. (https://github.com/stripe/stripe-go/pull/1570) - Dropped support for Go versions less than 1.15 (#1554)
- Remove support for
TOSShownAndAccepted
onCheckoutSessionPaymentMethodOptionsPaynowParams
. The property was mistakenly released and never worked (#1571).