Skip to content

Commit

Permalink
Update stripe.d.ts for updating the StripeError interface (#588)
Browse files Browse the repository at this point in the history
* Update stripe.d.ts for updating the StripeError interface

adding the request_log_url type on the StripeError

* chore: fix prettier issue on types/stripe.d.ts
  • Loading branch information
hideokamoto-stripe authored May 14, 2024
1 parent 3ecf87f commit 27cc158
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/stripe-js/stripe.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,11 @@ export interface StripeError {
*/
param?: string;

/**
* A URL to the request log entry in your dashboard.
*/
request_log_url?: string;

/**
* The `PaymentIntent` object for errors returned on a request involving a `PaymentIntent`.
*/
Expand Down

0 comments on commit 27cc158

Please sign in to comment.