diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 4486b6ac90..1ddbd687f9 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v620 \ No newline at end of file +v621 \ No newline at end of file diff --git a/src/Stripe.net/Services/PaymentIntents/PaymentIntentCreateOptions.cs b/src/Stripe.net/Services/PaymentIntents/PaymentIntentCreateOptions.cs index c9eafb77fa..e2d152afd0 100644 --- a/src/Stripe.net/Services/PaymentIntents/PaymentIntentCreateOptions.cs +++ b/src/Stripe.net/Services/PaymentIntents/PaymentIntentCreateOptions.cs @@ -276,9 +276,8 @@ public class PaymentIntentCreateOptions : BaseOptions, IHasMetadata public string StatementDescriptorSuffix { get; set; } /// - /// The parameters that you can use to automatically create a Transfer after the payment - /// succeeds. Learn more about the use case for connected + /// The parameters that you can use to automatically create a Transfer. Learn more about the + /// use case for connected /// accounts. /// [JsonProperty("transfer_data")]