Skip to content

Commit b0c7ee4

Browse files
committed
better price id comment
1 parent ce05ab8 commit b0c7ee4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/resources/checkout-sessions.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,9 +1179,7 @@ export namespace CheckoutSessionCreateParams {
11791179
quantity?: number;
11801180

11811181
/**
1182-
* The id of the price to purchase. Required if the checkout session is of type
1183-
* `product`. Ignored if the checkout session is of type `purchase`, `invoice`, or
1184-
* `add_payment_method`.
1182+
* The ID of the price the customer shall purchase.
11851183
*/
11861184
priceId: string;
11871185
}

0 commit comments

Comments
 (0)