From 0d78a9a85f0a0f13fde4e0adb7a0f2cd13b02238 Mon Sep 17 00:00:00 2001 From: Prathmesh Ranaut Date: Thu, 9 May 2024 10:40:20 -0400 Subject: [PATCH] Removed deprecation message description --- types/Issuing/AuthorizationsResource.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/Issuing/AuthorizationsResource.d.ts b/types/Issuing/AuthorizationsResource.d.ts index 27edbb5c20..9124a4247f 100644 --- a/types/Issuing/AuthorizationsResource.d.ts +++ b/types/Issuing/AuthorizationsResource.d.ts @@ -119,7 +119,7 @@ declare module 'stripe' { /** * [Deprecated] Approves a pending Issuing Authorization object. This request should be made within the timeout window of the [real-time authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations) flow. * This method is deprecated. Instead, [respond directly to the webhook request to approve an authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations#authorization-handling). - * @deprecated This method is deprecated, please refer to the description for details. + * @deprecated */ approve( id: string, @@ -134,7 +134,7 @@ declare module 'stripe' { /** * [Deprecated] Declines a pending Issuing Authorization object. This request should be made within the timeout window of the [real time authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations) flow. * This method is deprecated. Instead, [respond directly to the webhook request to decline an authorization](https://stripe.com/docs/issuing/controls/real-time-authorizations#authorization-handling). - * @deprecated This method is deprecated, please refer to the description for details. + * @deprecated */ decline( id: string,