log updated

This commit is contained in:
Gowtham M 2026-07-21 18:33:44 +05:30
parent 0be148e0e4
commit 0b35a9ed7c

View File

@ -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",