mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Merge branch 'dillon/122-1688-po-automation-project-pusher' into vapor/development
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user