Skip to content

Commit 66cfbe3

Browse files
angihe93stainless-app[bot]
authored andcommitted
Remove duplicate priceId from checkout session input interface
Removed duplicate priceId property from checkout session input.
1 parent 90b7624 commit 66cfbe3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/resources/checkout-sessions.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -519,11 +519,6 @@ export namespace CheckoutSessionCreateParams {
519519
* succeeds. Ignored if the checkout session is of type `invoice`. If not provided, defaults to 1.
520520
*/
521521
quantity?: number;
522-
523-
/**
524-
* The ID of the price the customer shall purchase.
525-
*/
526-
priceId: string;
527522
}
528523

529524
export interface AnonymousProductCheckoutSessionInput {

0 commit comments

Comments
 (0)