From 0de6b318d0485be838b399d4ee624fac9f56d454 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:49:13 +0000 Subject: [PATCH] Update generated code for v649 --- OPENAPI_VERSION | 2 +- .../Services/Checkout/Sessions/SessionCreateOptions.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 0fbeeab409..3e16afffbe 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v648 \ No newline at end of file +v649 \ No newline at end of file diff --git a/src/Stripe.net/Services/Checkout/Sessions/SessionCreateOptions.cs b/src/Stripe.net/Services/Checkout/Sessions/SessionCreateOptions.cs index de573a3d19..d518fc0a3a 100644 --- a/src/Stripe.net/Services/Checkout/Sessions/SessionCreateOptions.cs +++ b/src/Stripe.net/Services/Checkout/Sessions/SessionCreateOptions.cs @@ -334,9 +334,9 @@ public class SessionCreateOptions : BaseOptions, IHasMetadata public SessionSubscriptionDataOptions SubscriptionData { get; set; } /// - /// The URL to which Stripe should send customers when payment or setup is complete. If - /// you’d like to use information from the successful Checkout Session on your page, read - /// the guide on embedded. If you’d like to use information + /// from the successful Checkout Session on your page, read the guide on customizing your /// success page. ///