Skip to content

Commit 36fce33

Browse files
Update generated code for v1381
1 parent e849644 commit 36fce33

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1380
1+
v1381

stripe/checkout/_session.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4586,13 +4586,13 @@ class ModifyParams(RequestOptions):
45864586
"""
45874587
A list of items the customer is purchasing.
45884588
4589-
When updating line items, the entire array of line items must be retransmitted.
4589+
When updating line items, you must retransmit the entire array of line items.
45904590
45914591
To retain an existing line item, specify its `id`.
45924592
4593-
To update an existing line item, specify its `id` along with the new values of the fields to be updated.
4593+
To update an existing line item, specify its `id` along with the new values of the fields to update.
45944594
4595-
To add a new line item, specify a `price` and `quantity`. Recurring prices are not supported yet.
4595+
To add a new line item, specify a `price` and `quantity`. We don't currently support recurring prices.
45964596
45974597
To remove an existing line item, omit the line item's ID from the retransmitted array.
45984598

stripe/checkout/_session_service.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2631,13 +2631,13 @@ class UpdateParams(TypedDict):
26312631
"""
26322632
A list of items the customer is purchasing.
26332633
2634-
When updating line items, the entire array of line items must be retransmitted.
2634+
When updating line items, you must retransmit the entire array of line items.
26352635
26362636
To retain an existing line item, specify its `id`.
26372637
2638-
To update an existing line item, specify its `id` along with the new values of the fields to be updated.
2638+
To update an existing line item, specify its `id` along with the new values of the fields to update.
26392639
2640-
To add a new line item, specify a `price` and `quantity`. Recurring prices are not supported yet.
2640+
To add a new line item, specify a `price` and `quantity`. We don't currently support recurring prices.
26412641
26422642
To remove an existing line item, omit the line item's ID from the retransmitted array.
26432643

0 commit comments

Comments
 (0)