Skip to content

Commit

Permalink
Update generated code for v970
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 18, 2024
1 parent 0c55ce6 commit 66cc15d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v966
v970
4 changes: 4 additions & 0 deletions lib/Service/Issuing/AuthorizationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ public function all($params = null, $opts = null)
* href="/docs/issuing/controls/real-time-authorizations#authorization-handling">respond
* directly to the webhook request to approve an authorization</a>.
*
* @deprecated this method is deprecated, please refer to the description for details
*
* @param string $id
* @param null|array $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
Expand All @@ -58,6 +60,8 @@ public function approve($id, $params = null, $opts = null)
* href="/docs/issuing/controls/real-time-authorizations#authorization-handling">respond
* directly to the webhook request to decline an authorization</a>.
*
* @deprecated this method is deprecated, please refer to the description for details
*
* @param string $id
* @param null|array $params
* @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
Expand Down

0 comments on commit 66cc15d

Please sign in to comment.