-
Notifications
You must be signed in to change notification settings - Fork 507
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
skuresource (#1557) - Removed
lineitem.Productproperty that was released by mistake. (#1555) - Removed deprecated
CheckoutSessionSubscriptionDataParams.Itemsfield. (#1555) - Removed deprecated
EphemeralKey.AssociatedObjectsfield. (#1566) - Removed deprecated
Amount,Currency,Description,Images,Nameproperties fromCheckoutSessionLineItemParams(https://github.com/stripe/stripe-go/pull/1570) - Removed
Chargesfield onPaymentIntentand replace it withLatestCharge. (https://github.com/stripe/stripe-go/pull/1570) - Dropped support for Go versions less than 1.15 (#1554)
- Remove support for
TOSShownAndAcceptedonCheckoutSessionPaymentMethodOptionsPaynowParams. The property was mistakenly released and never worked (#1571).