Skip to content

Commit

Permalink
Update OpenAPI for 08e55793612d3b8bf2b53d7fc7f25d69f108a878
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 22, 2024
1 parent f7ce6ce commit 4a26502
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
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

0 comments on commit 4a26502

Please sign in to comment.