From 7b12bb1de0096e31e5e9bbb6f768f6c488e2d6fc Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:30:41 +0000 Subject: [PATCH] OpenAPI Update (#739) Update OpenAPI for bf3cc30d5bc81951cb4f5db5ec1e8c6eeb97ca69 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 16 +++------------- embedded/openapi/spec3.json | 14 ++------------ 2 files changed, 5 insertions(+), 25 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 440ca28c..2c9f7cfc 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -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", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 7f11cd66..9175fa11 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -64378,18 +64378,8 @@ "swish": { "properties": { "reference": { - "anyOf": [ - { - "maxLength": 5000, - "type": "string" - }, - { - "enum": [ - "" - ], - "type": "string" - } - ] + "maxLength": 5000, + "type": "string" } }, "title": "payment_method_options_param",