diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 6ec0df22..a0811442 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -9806,7 +9806,7 @@ } }, "customer_session": { - "description": "A customer session allows you to grant client access to Stripe's frontend SDKs (like BillingJs)\ncontrol over a customer.", + "description": "A customer session allows you to grant client access to Stripe's frontend SDKs (like StripeJs)\ncontrol over a customer.", "properties": { "client_secret": { "description": "The client secret of this customer session. Used on the client to set up secure access to the given `customer`.\n\nThe client secret can be used to provide access to `customer` from your frontend. It should not be stored, logged, or exposed to anyone other than the relevant customer. Make sure that you have TLS enabled on any page that includes the client secret.", diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 25ed5683..33b44231 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -9400,7 +9400,7 @@ components: customer_session: description: >- A customer session allows you to grant client access to Stripe's - frontend SDKs (like BillingJs) + frontend SDKs (like StripeJs) control over a customer. properties: