diff --git a/.stats.yml b/.stats.yml index cb54331..b9ec1df 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 20 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/terminal%2Fterminal-a8252d2d67be7d0318952182c12af73201c4e9d252fccf62494bc94af6460342.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/terminal%2Fterminal-267b9fac15bced6ad8e8dd92fb4aa2b4c12062157567f846a77ee3b3e8249869.yml diff --git a/src/resources/shared.ts b/src/resources/shared.ts index bfff809..5824be3 100644 --- a/src/resources/shared.ts +++ b/src/resources/shared.ts @@ -107,7 +107,7 @@ export interface Cart { items: Array; /** - * The subtotal of all items in the current user's cart. + * The subtotal of all items in the current user's cart, in cents (USD). */ subtotal: number;