diff --git a/API_VERSION b/API_VERSION index 6721666057..c0bcf78857 100644 --- a/API_VERSION +++ b/API_VERSION @@ -1 +1 @@ -0822236fb875490aa7ccc7b66dbb52f8965ee062 \ No newline at end of file +ee56c4b73d856e48409065f8d7e7c82c2e805c38 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e97438c32..cd22ee0e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -308,7 +308,7 @@ This release changes the pinned API version to `2025-10-29.preview`. * Add support for thin events `V2MoneyManagementRecipientVerificationCreatedEvent` and `V2MoneyManagementRecipientVerificationUpdatedEvent` with related object `V2.MoneyManagement.RecipientVerification` * [#3188](https://github.com/stripe/stripe-dotnet/pull/3188) ParseThinEvent__Experimental is no longer needed * ⚠️ Remove the `StripeClient. ParseThinEvent__Experimental` and `PushedEvent` classes. They've been replaced with `StripeClient.ParseEventNotification` and the *`EventNotification` classes respectively. - + ## 49.2.0 - 2025-11-05 * [#3244](https://github.com/stripe/stripe-dotnet/pull/3244) Update generated code * Add support for `CaptureMethod` on `PaymentIntent.PaymentMethodOptions.CardPresent` and `PaymentIntentPaymentMethodOptionsCardPresentOptions` @@ -5313,3 +5313,4 @@ List of backwards incompatible changes: * [#1019](https://github.com/stripe/stripe-dotnet#1019) Add `StripeChargeCaptureOptions` and use it for charge capture * [#1022](https://github.com/stripe/stripe-dotnet#1022) Add support for SKUs * [#1025](https://github.com/stripe/stripe-dotnet#1025) Add `Discountable` for `StripeInvoiceLineItem` + diff --git a/CODEGEN_VERSION b/CODEGEN_VERSION new file mode 100644 index 0000000000..faffe73c57 --- /dev/null +++ b/CODEGEN_VERSION @@ -0,0 +1 @@ +ee56c4b73d856e48409065f8d7e7c82c2e805c38 \ No newline at end of file diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 6a50c81b8f..95aac7099a 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v2148 \ No newline at end of file +v2148 diff --git a/src/Stripe.net/Entities/PaymentIntents/PaymentIntentAmountDetails.cs b/src/Stripe.net/Entities/PaymentIntents/PaymentIntentAmountDetails.cs index 15d88daa96..b9ccdd31e9 100644 --- a/src/Stripe.net/Entities/PaymentIntents/PaymentIntentAmountDetails.cs +++ b/src/Stripe.net/Entities/PaymentIntents/PaymentIntentAmountDetails.cs @@ -24,7 +24,7 @@ public class PaymentIntentAmountDetails : StripeEntity /// A list of line items, each containing information about a product in the PaymentIntent. - /// There is a maximum of 100 line items. + /// There is a maximum of 200 line items. /// [JsonProperty("line_items")] #if NET6_0_OR_GREATER diff --git a/src/Stripe.net/Services/PaymentIntents/PaymentIntentAmountDetailsOptions.cs b/src/Stripe.net/Services/PaymentIntents/PaymentIntentAmountDetailsOptions.cs index be7f7ad3b2..3559cf3465 100644 --- a/src/Stripe.net/Services/PaymentIntents/PaymentIntentAmountDetailsOptions.cs +++ b/src/Stripe.net/Services/PaymentIntents/PaymentIntentAmountDetailsOptions.cs @@ -25,7 +25,7 @@ public class PaymentIntentAmountDetailsOptions : INestedOptions /// /// A list of line items, each containing information about a product in the PaymentIntent. - /// There is a maximum of 100 line items. + /// There is a maximum of 200 line items. /// [JsonProperty("line_items")] #if NET6_0_OR_GREATER