Skip to content

Commit

Permalink
OpenAPI Update (#760)
Browse files Browse the repository at this point in the history
Update OpenAPI for 9820acad59126f0d70783e654c61706d101893d2

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Apr 22, 2024
1 parent 128e279 commit 4bb64c5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -71862,6 +71862,26 @@
"title": "payments_config_param",
"type": "object"
},
"payment_method_settings": {
"description": "Configuration for the payment method settings embedded component.",
"properties": {
"enabled": {
"description": "Whether the embedded component is enabled.",
"type": "boolean"
},
"features": {
"description": "The list of features enabled in the embedded component.",
"properties": {},
"title": "base_features_param",
"type": "object"
}
},
"required": [
"enabled"
],
"title": "base_config_param",
"type": "object"
},
"payments": {
"description": "Configuration for the payments embedded component.",
"properties": {
Expand Down

0 comments on commit 4bb64c5

Please sign in to comment.