Skip to content

Commit 9a71818

Browse files
docs(openapi): re-generate OpenAPI specification
1 parent db6c2ad commit 9a71818

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

api-reference-v2/openapi_spec.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22036,7 +22036,8 @@
2203622036
"type": "object",
2203722037
"required": [
2203822038
"payment_method_type",
22039-
"payment_method_subtype"
22039+
"payment_method_subtype",
22040+
"required_fields"
2204022041
],
2204122042
"properties": {
2204222043
"payment_method_type": {
@@ -22054,12 +22055,7 @@
2205422055
"nullable": true
2205522056
},
2205622057
"required_fields": {
22057-
"allOf": [
22058-
{
22059-
"$ref": "#/components/schemas/RequiredFieldInfo"
22060-
}
22061-
],
22062-
"nullable": true
22058+
"$ref": "#/components/schemas/RequiredFieldInfo"
2206322059
},
2206422060
"surcharge_details": {
2206522061
"allOf": [

0 commit comments

Comments
 (0)