log updated
This commit is contained in:
parent
0be148e0e4
commit
0b35a9ed7c
@ -113,7 +113,7 @@ class VidalApiController extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($httpCode !== 200 && $httpCode !== 201) {
|
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 [
|
return [
|
||||||
"status" => false,
|
"status" => false,
|
||||||
"message" => "File upload failed",
|
"message" => "File upload failed",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user