8000 Update generated code for v1630 · stripe/stripe-python@85cbd49 · GitHub
[go: up one dir, main page]

Skip to content

Commit 85cbd49

Browse files
Update generated code for v1630
1 parent e2871c6 commit 85cbd49

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1629
1+
v1630

stripe/checkout/_session.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5071,10 +5071,6 @@ class RetrieveParams(RequestOptions):
50715071
"""
50725072
Information about the customer collected within the Checkout Session.
50735073
"""
5074-
collected_information: Optional[CollectedInformation]
5075-
"""
5076-
Information about the customer collected within the Checkout Session.
5077-
"""
50785074
consent: Optional[Consent]
50795075
"""
50805076
Results of `consent_collection` for this session.
@@ -5093,7 +5089,7 @@ class RetrieveParams(RequestOptions):
50935089
"""
50945090
currency_conversion: Optional[CurrencyConversion]
50955091
"""
5096-
Currency conversion details for [Adaptive Pricing](https://docs.stripe.com/payments/checkout/adaptive-pricing) sessions
5092+
Currency conversion details for [Adaptive Pricing](https://docs.stripe.com/payments/checkout/adaptive-pricing) sessions created before 2025-03-31.
50975093
"""
50985094
custom_fields: List[CustomField]
50995095
"""

0 commit comments

Comments
 (0)
0