diff --git a/app/Controllers/VidalApiController.php b/app/Controllers/VidalApiController.php index f754a7fd..ce9b27c3 100644 --- a/app/Controllers/VidalApiController.php +++ b/app/Controllers/VidalApiController.php @@ -113,7 +113,7 @@ class VidalApiController extends BaseController } if ($httpCode !== 200 && $httpCode !== 201) { - tpa_claim_push_log($claimId, "VIDAL - Claim Push | File upload failed with HTTP Code: $httpCode | Response: $uploadResponse"); + tpa_claim_push_log($claimId, "VIDAL - Claim Push | File upload failed with HTTP Code: $httpCode | URL: $signedUrl | Request Body: $payload | Response: $uploadResponse"); return [ "status" => false, "message" => "File upload failed",