Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 18, 2023
1 parent c6d7d69 commit 6ddc368
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 21 deletions.
2 changes: 1 addition & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -46274,7 +46274,7 @@
}
},
"shipping_rate": {
"description": "Shipping rates describe the price of shipping presented to your customers and can be\napplied to [Checkout Sessions](https://stripe.com/docs/payments/checkout/shipping)\nand [Orders](https://stripe.com/docs/orders/shipping) to collect shipping costs.",
"description": "Shipping rates describe the price of shipping presented to your customers and\napplied to a purchase. For more information, see [Charge for shipping](https://stripe.com/docs/payments/during-payment/charge-shipping).",
"properties": {
"active": {
"description": "Whether the shipping rate can be used for new purchases. Defaults to `true`.",
Expand Down
9 changes: 3 additions & 6 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42205,13 +42205,10 @@ components:
shipping_rate:
description: >-
Shipping rates describe the price of shipping presented to your
customers and can be
customers and

applied to [Checkout
Sessions](https://stripe.com/docs/payments/checkout/shipping)

and [Orders](https://stripe.com/docs/orders/shipping) to collect
shipping costs.
applied to a purchase. For more information, see [Charge for
shipping](https://stripe.com/docs/payments/during-payment/charge-shipping).
properties:
active:
description: >-
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -33017,7 +33017,7 @@
]
},
"shipping_rate": {
"description": "Shipping rates describe the price of shipping presented to your customers and can be\napplied to [Checkout Sessions](https://stripe.com/docs/payments/checkout/shipping)\nand [Orders](https://stripe.com/docs/orders/shipping) to collect shipping costs.",
"description": "Shipping rates describe the price of shipping presented to your customers and\napplied to a purchase. For more information, see [Charge for shipping](https://stripe.com/docs/payments/during-payment/charge-shipping).",
"properties": {
"active": {
"description": "Whether the shipping rate can be used for new purchases. Defaults to `true`.",
Expand Down
2 changes: 1 addition & 1 deletion openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -40393,7 +40393,7 @@
}
},
"shipping_rate": {
"description": "Shipping rates describe the price of shipping presented to your customers and can be\napplied to [Checkout Sessions](https://stripe.com/docs/payments/checkout/shipping)\nand [Orders](https://stripe.com/docs/orders/shipping) to collect shipping costs.",
"description": "Shipping rates describe the price of shipping presented to your customers and\napplied to a purchase. For more information, see [Charge for shipping](https://stripe.com/docs/payments/during-payment/charge-shipping).",
"properties": {
"active": {
"description": "Whether the shipping rate can be used for new purchases. Defaults to `true`.",
Expand Down
9 changes: 3 additions & 6 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37044,13 +37044,10 @@ components:
shipping_rate:
description: >-
Shipping rates describe the price of shipping presented to your
customers and can be
customers and

applied to [Checkout
Sessions](https://stripe.com/docs/payments/checkout/shipping)

and [Orders](https://stripe.com/docs/orders/shipping) to collect
shipping costs.
applied to a purchase. For more information, see [Charge for
shipping](https://stripe.com/docs/payments/during-payment/charge-shipping).
properties:
active:
description: >-
Expand Down
9 changes: 3 additions & 6 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31078,13 +31078,10 @@ components:
shipping_rate:
description: >-
Shipping rates describe the price of shipping presented to your
customers and can be
customers and

applied to [Checkout
Sessions](https://stripe.com/docs/payments/checkout/shipping)

and [Orders](https://stripe.com/docs/orders/shipping) to collect
shipping costs.
applied to a purchase. For more information, see [Charge for
shipping](https://stripe.com/docs/payments/during-payment/charge-shipping).
properties:
active:
description: >-
Expand Down

0 comments on commit 6ddc368

Please sign in to comment.