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 25, 2025
1 parent b9e3da2 commit 306a018
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions openapi/upcoming-changes/dotnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Remove support for `Carrier`, `Phone`, and `TrackingNumber` on `CheckoutSessionCollectedInformationShippingDetails`
1 change: 1 addition & 0 deletions openapi/upcoming-changes/go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Remove support for `Carrier`, `Phone`, and `TrackingNumber` on `CheckoutSessionCollectedInformationShippingDetails`
1 change: 1 addition & 0 deletions openapi/upcoming-changes/java.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Remove support for `carrier`, `phone`, and `tracking_number` on `Checkout.Session.collected_information.shipping_details`
3 changes: 2 additions & 1 deletion openapi/upcoming-changes/node.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Change `Checkout.Session.collected_information.shipping_details` and `Checkout.Session.collected_information` to be required
* 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
5 changes: 5 additions & 0 deletions openapi/upcoming-changes/python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Remove support for `carrier` on resource class `stripe.checkout.Session.CollectedInformation.ShippingDetails`
* Remove support for `phone` on resource class `stripe.checkout.Session.CollectedInformation.ShippingDetails`
* 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`
3 changes: 2 additions & 1 deletion openapi/upcoming-changes/rest.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Change `Checkout.Session.collected_information.shipping_details` and `Checkout.Session.collected_information` to be required
* 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

0 comments on commit 306a018

Please sign in to comment.