Skip to content

Commit

Permalink
Update generated code for v1284
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Oct 9, 2024
1 parent a62a9a7 commit b1981b3
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 @@
v1278
v1284
2 changes: 1 addition & 1 deletion lib/Service/TokenService.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class TokenService extends \Stripe\Service\AbstractService
{
/**
* Creates a single-use token that represents a bank account’s details. You can use
* this token with any API method in place of a bank account dictionary. You can
* this token with any v1 API method in place of a bank account dictionary. You can
* only use this token once. To do so, attach it to a <a href="#accounts">connected
* account</a> where <a
* href="/api/accounts/object#account_object-controller-requirement_collection">controller.requirement_collection</a>
Expand Down
2 changes: 1 addition & 1 deletion lib/Token.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Token extends ApiResource

/**
* Creates a single-use token that represents a bank account’s details. You can use
* this token with any API method in place of a bank account dictionary. You can
* this token with any v1 API method in place of a bank account dictionary. You can
* only use this token once. To do so, attach it to a <a href="#accounts">connected
* account</a> where <a
* href="/api/accounts/object#account_object-controller-requirement_collection">controller.requirement_collection</a>
Expand Down

0 comments on commit b1981b3

Please sign in to comment.