From ca980b1068c3587de3c66b19cba5993cf390f129 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 17:27:26 +0000 Subject: [PATCH] Update OpenAPI for 2511fedbeeabf09d9169627a4c491f8d2e45e777 --- embedded/openapi/spec3.beta.sdk.json | 2 +- embedded/openapi/spec3.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 66a80d27..58c3a062 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -9459,7 +9459,7 @@ "type": "integer" }, "expires_at": { - "description": "Time at which this ConfirmationToken expires and can no longer be used to confirm a PaymentIntent or SetupIntent. This is set to null once this ConfirmationToken has been used.", + "description": "Time at which this ConfirmationToken expires and can no longer be used to confirm a PaymentIntent or SetupIntent.", "format": "unix-time", "nullable": true, "type": "integer" diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index e8459e27..96d13b8a 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -6643,7 +6643,7 @@ "type": "integer" }, "expires_at": { - "description": "Time at which this ConfirmationToken expires and can no longer be used to confirm a PaymentIntent or SetupIntent. This is set to null once this ConfirmationToken has been used.", + "description": "Time at which this ConfirmationToken expires and can no longer be used to confirm a PaymentIntent or SetupIntent.", "format": "unix-time", "nullable": true, "type": "integer"