Merge branch 'dillon/122-1688-po-automation-project-pusher' into vapor/development

This commit is contained in:
Dillon Ngo
2026-01-15 01:59:09 +08:00
@@ -105,7 +105,7 @@ class ETLPDFPurchaseOrderClaudeProcessor
$data = json_decode($jsonString, true);
if (json_last_error() !== JSON_ERROR_NONE) {
Log::error('Failed to decode Claude JSON response', [
Log::info('Failed to decode Claude JSON response', [
'error' => json_last_error_msg(),
'textContent' => $textContent,
]);
@@ -114,6 +114,7 @@ class ETLPDFPurchaseOrderClaudeProcessor
// Normalize keys to snake_case
$data = $this->convertKeysToSnakeCase($data);
Log::info('data: '. json_encode($data));
if ($bookingId) {
/** @var Booking $booking */