Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 2, 2024
1 parent f08cd2f commit ec551f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
21 changes: 1 addition & 20 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -13660,22 +13660,12 @@
],
"nullable": true,
"type": "string"
},
"payment_method_update": {
"description": "Controls whether the Payment Element displays the option to update a saved payment method. This parameter defaults to `disabled`.",
"enum": [
"disabled",
"enabled"
],
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
"payment_method_remove",
"payment_method_save",
"payment_method_save_usage",
"payment_method_update"
"payment_method_save_usage"
],
"title": "CustomerSessionResourceComponentsResourcePaymentElementResourceFeatures",
"type": "object",
Expand Down Expand Up @@ -94856,15 +94846,6 @@
"on_session"
],
"type": "string"
},
"payment_method_update": {
"description": "Controls whether the Payment Element displays the option to update a saved payment method. This parameter defaults to `disabled`.",
"enum": [
"disabled",
"enabled"
],
"type": "string",
"x-stripeBypassValidation": true
}
},
"title": "features_param",
Expand Down
20 changes: 0 additions & 20 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12818,20 +12818,10 @@ components:
- on_session
nullable: true
type: string
payment_method_update:
description: >-
Controls whether the Payment Element displays the option to update a
saved payment method. This parameter defaults to `disabled`.
enum:
- disabled
- enabled
type: string
x-stripeBypassValidation: true
required:
- payment_method_remove
- payment_method_save
- payment_method_save_usage
- payment_method_update
title: CustomerSessionResourceComponentsResourcePaymentElementResourceFeatures
type: object
x-expandableFields: []
Expand Down Expand Up @@ -86908,16 +86898,6 @@ paths:
- off_session
- on_session
type: string
payment_method_update:
description: >-
Controls whether the Payment Element displays
the option to update a saved payment method.
This parameter defaults to `disabled`.
enum:
- disabled
- enabled
type: string
x-stripeBypassValidation: true
title: features_param
type: object
required:
Expand Down

0 comments on commit ec551f4

Please sign in to comment.