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. ///