From 3659c7eb0f78d0d0c6554adcbd543d83871b6941 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 16:55:35 +0000 Subject: [PATCH] Update generated code for v548 --- OPENAPI_VERSION | 2 +- lib/stripe/resources/setup_attempt.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 00aae46c6..aa2c54c9a 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v546 \ No newline at end of file +v548 \ No newline at end of file diff --git a/lib/stripe/resources/setup_attempt.rb b/lib/stripe/resources/setup_attempt.rb index 35bff2b92..f1cde191d 100644 --- a/lib/stripe/resources/setup_attempt.rb +++ b/lib/stripe/resources/setup_attempt.rb @@ -3,7 +3,7 @@ module Stripe # A SetupAttempt describes one attempted confirmation of a SetupIntent, - # whether that confirmation was successful or unsuccessful. You can use + # whether that confirmation is successful or unsuccessful. You can use # SetupAttempts to inspect details of a specific attempt at setting up a # payment method using a SetupIntent. class SetupAttempt < APIResource