Skip to content

Commit 9ce09c1

Browse files
Update upcoming changes
1 parent eb45d75 commit 9ce09c1

7 files changed

Lines changed: 8 additions & 0 deletions

File tree

openapi/upcoming-changes/dotnet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
* Remove support for `ShippingDetails` on `CheckoutSession`
22
* Remove support for `Carrier`, `Phone`, and `TrackingNumber` on `CheckoutSessionCollectedInformationShippingDetails`
3+
* Remove support for `Plan` and `Price` on `InvoiceItem`
34
* Remove support for `CancelAtPeriodEnd` on `SubscriptionCreateOptions` and `SubscriptionUpdateOptions`
45
* Add support for `Wifi` on `Terminal.ConfigurationCreateOptions`, `Terminal.ConfigurationUpdateOptions`, and `TerminalConfiguration`

openapi/upcoming-changes/go.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* Add support for new value `setup_intent_mobile_wallet_unsupported` on enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode`
22
* Remove support for `ShippingDetails` on `CheckoutSession`
33
* Remove support for `Carrier`, `Phone`, and `TrackingNumber` on `CheckoutSessionCollectedInformationShippingDetails`
4+
* Remove support for `Plan` and `Price` on `InvoiceItem`
45
* Remove support for `CancelAtPeriodEnd` on `SubscriptionParams`
56
* Add support for `Wifi` on `TerminalConfigurationParams` and `TerminalConfiguration`

openapi/upcoming-changes/java.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* Remove support for `shipping_details` on `Checkout.Session`
22
* Remove support for `carrier`, `phone`, and `tracking_number` on `Checkout.Session.collected_information.shipping_details`
3+
* Remove support for `plan` and `price` on `InvoiceItem`
34
* Change `PaymentIntentConfirmParams.payment_method_options.wechat_pay.client`, `PaymentIntentCreateParams.payment_method_options.wechat_pay.client`, and `PaymentIntentUpdateParams.payment_method_options.wechat_pay.client` to be optional
45
* Remove support for `cancel_at_period_end` on `SubscriptionCreateParams` and `SubscriptionUpdateParams`
56
* Add support for `wifi` on `Terminal.Configuration`, `terminal.ConfigurationCreateParams`, and `terminal.ConfigurationUpdateParams`

openapi/upcoming-changes/node.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Remove support for `shipping_details` on `Checkout.Session`
33
* Remove support for `carrier`, `phone`, and `tracking_number` on `Checkout.Session.collected_information.shipping_details`
44
* Change `Checkout.Session.collected_information.shipping_details.address`, `Checkout.Session.collected_information.shipping_details.name`, `Checkout.Session.collected_information.shipping_details`, and `Checkout.Session.collected_information` to be required
5+
* Remove support for `plan` and `price` on `InvoiceItem`
56
* Change `PaymentIntentConfirmParams.payment_method_options.wechat_pay.client`, `PaymentIntentCreateParams.payment_method_options.wechat_pay.client`, and `PaymentIntentUpdateParams.payment_method_options.wechat_pay.client` to be optional
67
* Remove support for `cancel_at_period_end` on `SubscriptionCreateParams` and `SubscriptionUpdateParams`
78
* Add support for `wifi` on `Terminal.ConfigurationCreateParams`, `Terminal.ConfigurationUpdateParams`, and `Terminal.Configuration`

openapi/upcoming-changes/php.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
* Add support for new value `setup_intent_mobile_wallet_unsupported` on enum `StripeError.code`
22
* Remove support for `shipping_details` on `Checkout.Session`
3+
* Remove support for `plan` and `price` on `InvoiceItem`
34
* Add support for `wifi` on `Terminal.Configuration`

openapi/upcoming-changes/python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
* Add support for `wifi` on parameter classes `stripe.terminal.Configuration.CreateParams` and `stripe.terminal.Configuration.ModifyParams` and resource `stripe.terminal.Configuration`
2+
* Remove support for `plan` on resource `stripe.InvoiceItem`
3+
* Remove support for `price` on resource `stripe.InvoiceItem`
24
* Remove support for `cancel_at_period_end` on parameter classes `stripe.Subscription.CreateParams` and `stripe.Subscription.ModifyParams`
35
* Remove support for `carrier` on resource class `stripe.checkout.Session.CollectedInformation.ShippingDetails`
46
* Remove support for `phone` on resource class `stripe.checkout.Session.CollectedInformation.ShippingDetails`

openapi/upcoming-changes/rest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Remove support for `shipping_details` on `Checkout.Session`
33
* Remove support for `carrier`, `phone`, and `tracking_number` on `Checkout.Session.collected_information.shipping_details`
44
* Change `Checkout.Session.collected_information.shipping_details.address`, `Checkout.Session.collected_information.shipping_details.name`, `Checkout.Session.collected_information.shipping_details`, and `Checkout.Session.collected_information` to be required
5+
* Remove support for `plan` and `price` on `InvoiceItem`
56
* Change `PaymentIntent#confirm.payment_method_options.wechat_pay.client`, `PaymentIntent#create.payment_method_options.wechat_pay.client`, and `PaymentIntent#update.payment_method_options.wechat_pay.client` to be optional
67
* Remove support for `cancel_at_period_end` on `Subscription#create` and `Subscription#update`
78
* Add support for `wifi` on `Terminal.Configuration#create`, `Terminal.Configuration#update`, and `Terminal.Configuration`

0 commit comments

Comments
 (0)