From a5f1e6188ccdc7a4768345a3decd9185c7ac9bab Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 16:14:59 +0000 Subject: [PATCH] OpenAPI Update (#818) Update OpenAPI for 11e6a34fe101fbcd6978899f172920e161510ab7 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 4 ++-- embedded/openapi/spec3.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 3da538ed..77393ab6 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -45160,7 +45160,7 @@ "description": "", "properties": { "allow_redisplay_filters": { - "description": "Controls which payment methods are eligible to be redisplayed to returning customers. Corresponds to `allow_redisplay` on the payment method.", + "description": "Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with ’allow_redisplay: ‘always’ are shown in Checkout.", "items": { "enum": [ "always", @@ -89303,7 +89303,7 @@ "description": "Controls saved payment method settings for the session. Only available in `payment` and `subscription` mode.", "properties": { "allow_redisplay_filters": { - "description": "Controls which payment methods are eligible to be redisplayed to returning customers. Corresponds to `allow_redisplay` on the payment method.", + "description": "Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with ’allow_redisplay: ‘always’ are shown in Checkout.", "items": { "enum": [ "always", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 9353b15e..3b3e3e46 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -32612,7 +32612,7 @@ "description": "", "properties": { "allow_redisplay_filters": { - "description": "Controls which payment methods are eligible to be redisplayed to returning customers. Corresponds to `allow_redisplay` on the payment method.", + "description": "Uses the `allow_redisplay` value of each saved payment method to filter the set presented to a returning customer. By default, only saved payment methods with ’allow_redisplay: ‘always’ are shown in Checkout.", "items": { "enum": [ "always",