Skip to content

Commit

Permalink
ACP-4692: Added missing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4onok committed Dec 27, 2024
1 parent 0a04a1d commit 241113f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function handleWebhook(WebhookRequestTransfer $webhookRequestTransfer, We
$this->getLogger()->error(
$throwable->getMessage(),
[
'request_data' => $webhookRequestTransfer->toArray(),
'request_data' => $webhookRequestTransfer->modifiedToArray(),
],
);
$webhookResponseTransfer
Expand Down

0 comments on commit 241113f

Please sign in to comment.