Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update generated code #1199

Merged
merged 20 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update generated code for v770
  • Loading branch information
stripe-openapi[bot] committed Jan 19, 2024
commit 6cb3ed369b4ba72ea1c027ce630315376a74b134
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v769
v770
6 changes: 3 additions & 3 deletions stripe/_payment_intent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2634,7 +2634,7 @@ class ConfirmParamsPaymentMethodOptions(TypedDict):
"Literal['']|PaymentIntent.ConfirmParamsPaymentMethodOptionsRevolutPay"
]
"""
If this is a `revolut_pay` PaymentMethod, this sub-hash contains details about the Demo Pay payment method options.
If this is a `revolut_pay` PaymentMethod, this sub-hash contains details about the Revolut Pay payment method options.
"""
sepa_debit: NotRequired[
"Literal['']|PaymentIntent.ConfirmParamsPaymentMethodOptionsSepaDebit"
Expand Down Expand Up @@ -4523,7 +4523,7 @@ class CreateParamsPaymentMethodOptions(TypedDict):
"Literal['']|PaymentIntent.CreateParamsPaymentMethodOptionsRevolutPay"
]
"""
If this is a `revolut_pay` PaymentMethod, this sub-hash contains details about the Demo Pay payment method options.
If this is a `revolut_pay` PaymentMethod, this sub-hash contains details about the Revolut Pay payment method options.
"""
sepa_debit: NotRequired[
"Literal['']|PaymentIntent.CreateParamsPaymentMethodOptionsSepaDebit"
Expand Down Expand Up @@ -6414,7 +6414,7 @@ class ModifyParamsPaymentMethodOptions(TypedDict):
"Literal['']|PaymentIntent.ModifyParamsPaymentMethodOptionsRevolutPay"
]
"""
If this is a `revolut_pay` PaymentMethod, this sub-hash contains details about the Demo Pay payment method options.
If this is a `revolut_pay` PaymentMethod, this sub-hash contains details about the Revolut Pay payment method options.
"""
sepa_debit: NotRequired[
"Literal['']|PaymentIntent.ModifyParamsPaymentMethodOptionsSepaDebit"
Expand Down