Skip to content

Commit

Permalink
Add request_log_url on ErrorObject (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe authored Oct 10, 2022
1 parent c7cfc8b commit 4f05d8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ErrorObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
* @property string $payment_method_type If the error is specific to the type
* of payment method, the payment method type that had a problem. This
* field is only populated for invoice-related errors.
* @property string $request_log_url A URL to the request log entry in your
* dashboard.
* @property SetupIntent $setup_intent The SetupIntent object for errors
* returned on a request involving a SetupIntent.
* @property StripeObject $source The source object for errors returned on a
Expand Down

0 comments on commit 4f05d8a

Please sign in to comment.