From 9c195efc2373b5410e7d24ba39472aa943349346 Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:14:26 +0000 Subject: [PATCH] OpenAPI Update (#868) Update OpenAPI for cd6a68826835c010235f7c0b692498505f23c1d9 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 8 ++++---- embedded/openapi/spec3.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 50dfcfa0..3cf02735 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -90440,10 +90440,10 @@ "type": "string" }, "tax_id_collection": { - "description": "Controls tax ID collection settings for the session.", + "description": "Controls tax ID collection during checkout.", "properties": { "enabled": { - "description": "Set to true to enable Tax ID collection.", + "description": "Enable tax ID collection during checkout. Defaults to `false`.", "type": "boolean" } }, @@ -150368,7 +150368,7 @@ "description": "Controls tax ID collection during checkout.", "properties": { "enabled": { - "description": "Set to `true` to enable tax ID collection.", + "description": "Enable tax ID collection during checkout. Defaults to `false`.", "type": "boolean" } }, @@ -151682,7 +151682,7 @@ "description": "Controls tax ID collection during checkout.", "properties": { "enabled": { - "description": "Set to `true` to enable tax ID collection.", + "description": "Enable tax ID collection during checkout. Defaults to `false`.", "type": "boolean" } }, diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 5b90068a..64b5754a 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -67245,7 +67245,7 @@ "type": "string" }, "tax_id_collection": { - "description": "Controls tax ID collection settings for the session.", + "description": "Controls tax ID collection during checkout.", "properties": { "enabled": { "type": "boolean"