Skip to content

Commit

Permalink
Update generated code for v1381
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Nov 26, 2024
1 parent 3a4719c commit d6e0eed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1380
v1381
6 changes: 3 additions & 3 deletions types/Checkout/SessionsResource.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2845,13 +2845,13 @@ declare module 'stripe' {
/**
* 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 `id`.
*
* To update an existing line item, specify its `id` along with the new values of the fields to be updated.
* To update an existing line item, specify its `id` along with the new values of the fields to update.
*
* To add a new line item, specify a `price` and `quantity`. Recurring prices are not supported yet.
* To add a new line item, specify a `price` and `quantity`. We don't currently support recurring prices.
*
* To remove an existing line item, omit the line item's ID from the retransmitted array.
*
Expand Down

0 comments on commit d6e0eed

Please sign in to comment.