Skip to content

Commit 09f1047

Browse files
Update generated code for v258 (stripe#939)
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 28f1cfc commit 09f1047

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stripe/api_resources/payment_link.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class PaymentLink(
1818
1919
When a customer opens a payment link it will open a new [checkout session](https://stripe.com/docs/api/checkout/sessions) to render the payment page. You can use [checkout session events](https://stripe.com/docs/api/events/types#event_types-checkout.session.completed) to track payments through payment links.
2020
21-
Related guide: [Payment Links API](https://stripe.com/docs/payments/payment-links/api)
21+
Related guide: [Payment Links API](https://stripe.com/docs/payment-links)
2222
"""
2323

2424
OBJECT_NAME = "payment_link"

stripe/api_resources/product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Product(
2222
They can be used in conjunction with [Prices](https://stripe.com/docs/api#prices) to configure pricing in Payment Links, Checkout, and Subscriptions.
2323
2424
Related guides: [Set up a subscription](https://stripe.com/docs/billing/subscriptions/set-up-subscription),
25-
[share a Payment Link](https://stripe.com/docs/payments/payment-links/overview),
25+
[share a Payment Link](https://stripe.com/docs/payment-links),
2626
[accept payments with Checkout](https://stripe.com/docs/payments/accept-a-payment#create-product-prices-upfront),
2727
and more about [Products and Prices](https://stripe.com/docs/products-prices/overview)
2828
"""

0 commit comments

Comments
 (0)