-
Notifications
You must be signed in to change notification settings - Fork 572
Migration guide for v41
pakrym-stripe edited this page Nov 18, 2022
·
3 revisions
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 (#2587) - Removed
LineItem.Product
property that was released by mistake. (#2587) - Removed deprecated
SessionSubscriptionDataOptions.Items
property. (#2587) - Removed deprecated
Amount
,Currency
,Description
,Images
,Name
properties fromSessionLineItemOptions
(#2604) - Removed
Charges
field onPaymentIntent
and replace it withLatestCharge
. (#2604) - Removed unused
SessionDisplayItem
class. (#2588) - Removed unused
SessionDisplayItemCustom
class. (#2588) - Remove support for
TosShownAndAccepted
onCheckoutSessionPaymentMethodOptionsPaynowOptions
. The property was mistakenly released and never worked. (#2605)
-
IncrementalAuthorizationSupported
andOvercaptureSupported
become non-nullable inChargePaymentMethodDetailsCardPresent
.