Skip to content

Commit

Permalink
Merge upstream and update generated code for v994
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 26, 2024
2 parents 74ea5b8 + 9ef0736 commit 3691ec6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,16 @@
* Add support for `payment_method_settings` on `AccountSessionCreateParams.components`
* Add support for `cancel_subscription_schedule` on `QuoteCreateParams.lines[]`, `QuoteLine`, and `QuoteUpdateParams.lines[]`

## 25.4.0 - 2024-04-25
* [#1784](https://github.com/stripe/stripe-java/pull/1784) Update generated code
* Add support for `setup_future_usage` on `Checkout.Session.payment_method_options.amazon_pay`, `Checkout.Session.payment_method_options.revolut_pay`, `PaymentIntent.payment_method_options.amazon_pay`, and `PaymentIntent.payment_method_options.revolut_pay`
* Change type of `Entitlements.ActiveEntitlement.feature` from `string` to `expandable($Entitlements.Feature)`
* Remove support for inadvertently released identity verification features `email` and `phone` on `identity.VerificationSessionCreateParams.options` and `identity.VerificationSessionUpdateParams.options`
* Add support for new values `amazon_pay` and `revolut_pay` on enums `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
* Add support for `amazon_pay` and `revolut_pay` on `Mandate.payment_method_details` and `SetupAttempt.payment_method_details`
* Add support for `ending_before`, `limit`, and `starting_after` on `PaymentMethodConfigurationListParams`
* Add support for `mobilepay` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration`

## 25.4.0-beta.1 - 2024-04-18
* [#1781](https://github.com/stripe/stripe-java/pull/1781) Update generated code for beta
* Add support for `capital_overview`, `tax_registrations`, and `tax_settings` on `AccountSessionCreateParams.components`
Expand Down
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
@@ -1 +1 @@
v992
v994
Expand Up @@ -48,7 +48,7 @@ public class CalculationCreateParams extends ApiRequestParams {
@SerializedName("line_items")
List<CalculationCreateParams.LineItem> lineItems;

/** Details about the address from which the goods are being shippped. */
/** Details about the address from which the goods are being shipped. */
@SerializedName("ship_from_details")
ShipFromDetails shipFromDetails;

Expand Down Expand Up @@ -225,7 +225,7 @@ public Builder addAllLineItem(List<CalculationCreateParams.LineItem> elements) {
return this;
}

/** Details about the address from which the goods are being shippped. */
/** Details about the address from which the goods are being shipped. */
public Builder setShipFromDetails(CalculationCreateParams.ShipFromDetails shipFromDetails) {
this.shipFromDetails = shipFromDetails;
return this;
Expand Down

0 comments on commit 3691ec6

Please sign in to comment.