We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46cf881 commit fe30203Copy full SHA for fe30203
embedded/openapi/spec3.json
@@ -39888,7 +39888,14 @@
39888
]
39889
},
39890
"card": {
39891
- "$ref": "#/components/schemas/setup_intent_payment_method_options_card"
+ "anyOf": [
39892
+ {
39893
+ "$ref": "#/components/schemas/setup_intent_payment_method_options_card"
39894
+ },
39895
39896
+ "$ref": "#/components/schemas/setup_intent_type_specific_payment_method_options_client"
39897
+ }
39898
+ ]
39899
39900
"card_present": {
39901
"anyOf": [
0 commit comments