From 7faf1ae9d2dc18b04db26cbe92484b44af3b2d7e Mon Sep 17 00:00:00 2001 From: Remi Jannel Date: Mon, 10 Oct 2022 11:26:39 -0700 Subject: [PATCH] Add request_log_url on ErrorObject --- lib/ErrorObject.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ErrorObject.php b/lib/ErrorObject.php index b2da3b313..3385aac0b 100644 --- a/lib/ErrorObject.php +++ b/lib/ErrorObject.php @@ -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