Skip to content

Commit 7088ec8

Browse files
Update generated code for v1532
1 parent b3caff7 commit 7088ec8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

OPENAPI_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1529
1+
v1532

types/Checkout/SessionsResource.d.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -3254,7 +3254,7 @@ declare module 'stripe' {
32543254

32553255
class SessionsResource {
32563256
/**
3257-
* Creates a Session object.
3257+
* Creates a Checkout Session object.
32583258
*/
32593259
create(
32603260
params?: SessionCreateParams,
@@ -3265,7 +3265,7 @@ declare module 'stripe' {
32653265
): Promise<Stripe.Response<Stripe.Checkout.Session>>;
32663266

32673267
/**
3268-
* Retrieves a Session object.
3268+
* Retrieves a Checkout Session object.
32693269
*/
32703270
retrieve(
32713271
id: string,
@@ -3278,7 +3278,7 @@ declare module 'stripe' {
32783278
): Promise<Stripe.Response<Stripe.Checkout.Session>>;
32793279

32803280
/**
3281-
* Updates a Session object.
3281+
* Updates a Checkout Session object.
32823282
*/
32833283
update(
32843284
id: string,
@@ -3296,9 +3296,9 @@ declare module 'stripe' {
32963296
list(options?: RequestOptions): ApiListPromise<Stripe.Checkout.Session>;
32973297

32983298
/**
3299-
* A Session can be expired when it is in one of these statuses: open
3299+
* A Checkout Session can be expired when it is in one of these statuses: open
33003300
*
3301-
* After it expires, a customer can't complete a Session and customers loading the Session see a message saying the Session is expired.
3301+
* After it expires, a customer can't complete a Checkout Session and customers loading the Checkout Session see a message saying the Checkout Session is expired.
33023302
*/
33033303
expire(
33043304
id: string,

0 commit comments

Comments
 (0)