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 12, 2024
1 parent 4844204 commit b7a869d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 8 additions & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -39888,7 +39888,14 @@
]
},
"card": {
"$ref": "#/components/schemas/setup_intent_payment_method_options_card"
"anyOf": [
{
"$ref": "#/components/schemas/setup_intent_payment_method_options_card"
},
{
"$ref": "#/components/schemas/setup_intent_type_specific_payment_method_options_client"
}
]
},
"card_present": {
"anyOf": [
Expand Down
5 changes: 4 additions & 1 deletion openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37656,7 +37656,10 @@ components:
- $ref: >-
#/components/schemas/setup_intent_type_specific_payment_method_options_client
card:
$ref: '#/components/schemas/setup_intent_payment_method_options_card'
anyOf:
- $ref: '#/components/schemas/setup_intent_payment_method_options_card'
- $ref: >-
#/components/schemas/setup_intent_type_specific_payment_method_options_client
card_present:
anyOf:
- $ref: >-
Expand Down

0 comments on commit b7a869d

Please sign in to comment.