diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index d18dc2e6..579e73fa 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v1317 \ No newline at end of file +v1318 \ No newline at end of file diff --git a/lib/stripe/api_version.rb b/lib/stripe/api_version.rb index 4d202e4c..f0b789d8 100644 --- a/lib/stripe/api_version.rb +++ b/lib/stripe/api_version.rb @@ -3,6 +3,6 @@ module Stripe module ApiVersion - CURRENT = "2024-09-30.acacia" + CURRENT = "2024-10-28.acacia" end end diff --git a/lib/stripe/services/account_login_link_service.rb b/lib/stripe/services/account_login_link_service.rb index a4370ac5..c02e7c24 100644 --- a/lib/stripe/services/account_login_link_service.rb +++ b/lib/stripe/services/account_login_link_service.rb @@ -3,7 +3,7 @@ module Stripe class AccountLoginLinkService < StripeService - # Creates a single-use login link for a connected account to access the Express Dashboard. + # Creates a login link for a connected account to access the Express Dashboard. # # You can only create login links for accounts that use the [Express Dashboard](https://stripe.com/connect/express-dashboard) and are connected to your platform. def create(account, params = {}, opts = {})