Skip to content

Commit

Permalink
Update upcoming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Feb 27, 2025
1 parent 409d6cd commit c647ead
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions openapi/upcoming-changes/go.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* Add support for new value `setup_intent_mobile_wallet_unsupported` on enums `InvoiceLastFinalizationErrorCode`, `PaymentIntentLastPaymentErrorCode`, `SetupAttemptSetupErrorCode`, `SetupIntentLastSetupErrorCode`, and `StripeErrorCode`
* Remove support for `Carrier`, `Phone`, and `TrackingNumber` on `CheckoutSessionCollectedInformationShippingDetails`
* Add support for `Wifi` on `TerminalConfigurationParams` and `TerminalConfiguration`
1 change: 1 addition & 0 deletions openapi/upcoming-changes/node.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Add support for new value `setup_intent_mobile_wallet_unsupported` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
* Remove support for `carrier`, `phone`, and `tracking_number` on `Checkout.Session.collected_information.shipping_details`
* 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
* 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
Expand Down
1 change: 1 addition & 0 deletions openapi/upcoming-changes/php.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Add support for new value `setup_intent_mobile_wallet_unsupported` on enum `StripeError.code`
* Add support for `wifi` on `Terminal.Configuration`
5 changes: 3 additions & 2 deletions openapi/upcoming-changes/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Remove support for `tracking_number` on resource class `stripe.checkout.Session.CollectedInformation.ShippingDetails`
* Change type of `address` on `stripe.checkout.Session.CollectedInformation.ShippingDetails` from `Optional[Address]` to `Address`
* Change type of `name` on `stripe.checkout.Session.CollectedInformation.ShippingDetails` from `Optional[str]` to `str`
* Change type of `client` on `stripe.PaymentIntent.ConfirmParamsPaymentMethodOptionsWechatPay`, `stripe.PaymentIntent.CreateParamsPaymentMethodOptionsWechatPay`, and `stripe.PaymentIntent.ModifyParamsPaymentMethodOptionsWechatPay` from `Literal['android', 'ios', 'web']` to `NotRequired[Literal['android', 'ios', 'web']]`
* Add support for `setup_intent_mobile_wallet_unsupported` on enums `stripe.Invoice.LastFinalizationError.code`, `stripe.PaymentIntent.LastPaymentError.code`, `stripe.SetupAttempt.SetupError.code`, and `stripe.SetupIntent.LastSetupError.code`
* Add support for `2025-03-01.dashboard` on enum `stripe.WebhookEndpoint.CreateParams.api_version`
* Add support for `2025-03-31.basil` on enum `stripe.WebhookEndpoint.CreateParams.api_version`
* Add support for `2025-03-31.basil` on enum `stripe.WebhookEndpoint.CreateParams.api_version`
* Change type of `client` on `stripe.PaymentIntent.ConfirmParamsPaymentMethodOptionsWechatPay`, `stripe.PaymentIntent.CreateParamsPaymentMethodOptionsWechatPay`, and `stripe.PaymentIntent.ModifyParamsPaymentMethodOptionsWechatPay` from `Literal['android', 'ios', 'web']` to `NotRequired[Literal['android', 'ios', 'web']]`
1 change: 1 addition & 0 deletions openapi/upcoming-changes/rest.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* Add support for new value `setup_intent_mobile_wallet_unsupported` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
* Remove support for `carrier`, `phone`, and `tracking_number` on `Checkout.Session.collected_information.shipping_details`
* 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
* 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
Expand Down

0 comments on commit c647ead

Please sign in to comment.