mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-09 00:01:53 -05:00
Update generated code for v724
This commit is contained in:
parent
e1017fb6ef
commit
3b4f6e4bcb
@ -1 +1 @@
|
||||
v715
|
||||
v724
|
||||
@ -5,6 +5,8 @@ module Stripe
|
||||
# ConfirmationTokens help transport client side data collected by Stripe JS over
|
||||
# to your server for confirming a PaymentIntent or SetupIntent. If the confirmation
|
||||
# is successful, values present on the ConfirmationToken are written onto the Intent.
|
||||
#
|
||||
# To learn more or request access, visit the related guided: [Finalize payments on the server using Confirmation Tokens](https://stripe.com/docs/payments/finalize-payments-on-the-server-confirmation-tokens).
|
||||
class ConfirmationToken < APIResource
|
||||
OBJECT_NAME = "confirmation_token"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user