Skip to content

Commit

Permalink
Removed deprecation message description (#2085)
Browse files Browse the repository at this point in the history
  • Loading branch information
prathmesh-stripe committed May 9, 2024
1 parent 14e485c commit 64b3788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/Issuing/AuthorizationsResource.d.ts
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 64b3788

Please sign in to comment.