mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-07-18 00:00:44 -04:00
Compare commits
2 Commits
e4e6bb54fd
...
5e3d38b675
Author | SHA1 | Date | |
---|---|---|---|
|
5e3d38b675 | ||
|
414ca367af |
1
Makefile
1
Makefile
@ -4,4 +4,5 @@ update-version:
|
|||||||
@perl -pi -e 's|VERSION = "[.\-\w\d]+"|VERSION = "$(VERSION)"|' lib/stripe/version.rb
|
@perl -pi -e 's|VERSION = "[.\-\w\d]+"|VERSION = "$(VERSION)"|' lib/stripe/version.rb
|
||||||
|
|
||||||
codegen-format:
|
codegen-format:
|
||||||
|
bundle install --quiet
|
||||||
bundle exec rubocop -o /dev/null --auto-correct
|
bundle exec rubocop -o /dev/null --auto-correct
|
||||||
|
@ -6,7 +6,7 @@ module Stripe
|
|||||||
#
|
#
|
||||||
# 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.
|
# 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)
|
||||||
class PaymentLink < APIResource
|
class PaymentLink < APIResource
|
||||||
extend Stripe::APIOperations::Create
|
extend Stripe::APIOperations::Create
|
||||||
extend Stripe::APIOperations::List
|
extend Stripe::APIOperations::List
|
||||||
|
@ -7,7 +7,7 @@ module Stripe
|
|||||||
# They can be used in conjunction with [Prices](https://stripe.com/docs/api#prices) to configure pricing in Payment Links, Checkout, and Subscriptions.
|
# 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),
|
# 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),
|
# [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)
|
# and more about [Products and Prices](https://stripe.com/docs/products-prices/overview)
|
||||||
class Product < APIResource
|
class Product < APIResource
|
||||||
|
Loading…
x
Reference in New Issue
Block a user