Skip to content

Commit

Permalink
Update generated code for v1318
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 23, 2024
1 parent db9798c commit 0a1c4b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1317
v1318
2 changes: 1 addition & 1 deletion lib/stripe/api_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

module Stripe
module ApiVersion
CURRENT = "2024-09-30.acacia"
CURRENT = "2024-10-28.acacia"
end
end
2 changes: 1 addition & 1 deletion lib/stripe/services/account_login_link_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {})
Expand Down

0 comments on commit 0a1c4b9

Please sign in to comment.