diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index edc36cc54..48f2a1a8e 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v966 \ No newline at end of file +v970 \ No newline at end of file diff --git a/lib/Service/Issuing/AuthorizationService.php b/lib/Service/Issuing/AuthorizationService.php index 0275a8907..376f7fbaf 100644 --- a/lib/Service/Issuing/AuthorizationService.php +++ b/lib/Service/Issuing/AuthorizationService.php @@ -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. * + * @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 @@ -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. * + * @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