From 66cc15dec8a190f2543ce77e4003a2200abb0ef0 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:54:37 +0000 Subject: [PATCH] Update generated code for v970 --- OPENAPI_VERSION | 2 +- lib/Service/Issuing/AuthorizationService.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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