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