Skip to content

Commit

Permalink
Update generated code for v258
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 15, 2023
1 parent 28f1cfc commit 2e2f319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stripe/api_resources/payment_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class PaymentLink(
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.
Related guide: [Payment Links API](https://stripe.com/docs/payments/payment-links/api)
Related guide: [Payment Links API](https://stripe.com/docs/payment-links)
"""

OBJECT_NAME = "payment_link"
Expand Down
2 changes: 1 addition & 1 deletion stripe/api_resources/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Product(
They can be used in conjunction with [Prices](https://stripe.com/docs/api#prices) to configure pricing in Payment Links, Checkout, and Subscriptions.
Related guides: [Set up a subscription](https://stripe.com/docs/billing/subscriptions/set-up-subscription),
[share a Payment Link](https://stripe.com/docs/payments/payment-links/overview),
[share a Payment Link](https://stripe.com/docs/payment-links),
[accept payments with Checkout](https://stripe.com/docs/payments/accept-a-payment#create-product-prices-upfront),
and more about [Products and Prices](https://stripe.com/docs/products-prices/overview)
"""
Expand Down

0 comments on commit 2e2f319

Please sign in to comment.