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

OpenAPI Update #832

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 10 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -45473,6 +45473,15 @@
"nullable": true,
"type": "array"
},
"payment_method_remove": {
"description": "Enable customers to choose if they wish to remove their saved payment methods. Disabled by default.",
"enum": [
"disabled",
"enabled"
],
"nullable": true,
"type": "string"
},
"payment_method_save": {
"description": "Enable customers to choose if they wish to save their payment method for future use. Disabled by default.",
"enum": [
Expand All @@ -45485,6 +45494,7 @@
},
"required": [
"allow_redisplay_filters",
"payment_method_remove",
"payment_method_save"
],
"title": "PaymentPagesCheckoutSessionSavedPaymentMethodOptions",
Expand Down
9 changes: 9 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -32720,6 +32720,15 @@
"nullable": true,
"type": "array"
},
"payment_method_remove": {
"description": "Enable customers to choose if they wish to remove their saved payment methods. Disabled by default.",
"enum": [
"disabled",
"enabled"
],
"nullable": true,
"type": "string"
},
"payment_method_save": {
"description": "Enable customers to choose if they wish to save their payment method for future use. Disabled by default.",
"enum": [
Expand Down
Loading