From 49e46c62a68f7584ba7e1406ad14c14ee1ce0326 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:52:18 +0000 Subject: [PATCH] Update generated code for v1381 --- OPENAPI_VERSION | 2 +- .../com/stripe/param/checkout/SessionUpdateParams.java | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 8486b14112a..ce44fb5bb3e 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1380 \ No newline at end of file +v1381 \ No newline at end of file diff --git a/src/main/java/com/stripe/param/checkout/SessionUpdateParams.java b/src/main/java/com/stripe/param/checkout/SessionUpdateParams.java index f2a296f7066..93cdc2d0340 100644 --- a/src/main/java/com/stripe/param/checkout/SessionUpdateParams.java +++ b/src/main/java/com/stripe/param/checkout/SessionUpdateParams.java @@ -32,15 +32,15 @@ public class SessionUpdateParams extends ApiRequestParams { /** * A list of items the customer is purchasing. * - *

When updating line items, the entire array of line items must be retransmitted. + *

When updating line items, you must retransmit the entire array of line items. * *

To retain an existing line item, specify its {@code id}. * *

To update an existing line item, specify its {@code id} along with the new values of the - * fields to be updated. + * fields to update. * - *

To add a new line item, specify a {@code price} and {@code quantity}. Recurring prices are - * not supported yet. + *

To add a new line item, specify a {@code price} and {@code quantity}. We don't currently + * support recurring prices. * *

To remove an existing line item, omit the line item's ID from the retransmitted array. *