Skip to content

Commit

Permalink
OpenAPI Update (#739)
Browse files Browse the repository at this point in the history
Update OpenAPI for bf3cc30d5bc81951cb4f5db5ec1e8c6eeb97ca69

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Apr 2, 2024
1 parent 4b45f93 commit 7b12bb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
16 changes: 3 additions & 13 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -87344,19 +87344,9 @@
"description": "contains details about the Swish payment method options.",
"properties": {
"reference": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"enum": [
""
],
"type": "string"
}
],
"description": "The order reference that will be displayed to customers in the Swish application. Defaults to the `id` of the Payment Intent."
"description": "The order reference that will be displayed to customers in the Swish application. Defaults to the `id` of the Payment Intent.",
"maxLength": 5000,
"type": "string"
}
},
"title": "payment_method_options_param",
Expand Down
14 changes: 2 additions & 12 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -64378,18 +64378,8 @@
"swish": {
"properties": {
"reference": {
"anyOf": [
{
"maxLength": 5000,
"type": "string"
},
{
"enum": [
""
],
"type": "string"
}
]
"maxLength": 5000,
"type": "string"
}
},
"title": "payment_method_options_param",
Expand Down

0 comments on commit 7b12bb1

Please sign in to comment.