Update generated code for v724

This commit is contained in:
Stripe OpenAPI 2023-12-19 18:15:49 +00:00
parent e1017fb6ef
commit 3b4f6e4bcb
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1 @@
v715
v724

View File

@ -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