File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- v1380
1+ v1381
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments