Skip to content

Commit 4f05d8a

Browse files
authored
Add request_log_url on ErrorObject (#1374)
1 parent c7cfc8b commit 4f05d8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/ErrorObject.php

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
* @property string $payment_method_type If the error is specific to the type
2727
* of payment method, the payment method type that had a problem. This
2828
* field is only populated for invoice-related errors.
29+
* @property string $request_log_url A URL to the request log entry in your
30+
* dashboard.
2931
* @property SetupIntent $setup_intent The SetupIntent object for errors
3032
* returned on a request involving a SetupIntent.
3133
* @property StripeObject $source The source object for errors returned on a

0 commit comments

Comments
 (0)