Skip to content

Commit

Permalink
Update generated code for v424 (#993)
Browse files Browse the repository at this point in the history
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jul 20, 2023
1 parent 4829b88 commit 2721895
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v413
v424
5 changes: 2 additions & 3 deletions stripe/api_resources/shipping_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ class ShippingRate(
UpdateableAPIResource,
):
"""
Shipping rates describe the price of shipping presented to your customers and can be
applied to [Checkout Sessions](https://stripe.com/docs/payments/checkout/shipping)
and [Orders](https://stripe.com/docs/orders/shipping) to collect shipping costs.
Shipping rates describe the price of shipping presented to your customers and
applied to a purchase. For more information, see [Charge for shipping](https://stripe.com/docs/payments/during-payment/charge-shipping).
"""

OBJECT_NAME = "shipping_rate"

0 comments on commit 2721895

Please sign in to comment.