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

This commit is contained in:
Dillon Ngo
2025-12-30 16:56:27 +08:00
@@ -62,12 +62,6 @@ class ETLPDFPurchaseOrderTransactionProcessor
*/
public function execute(array $files, ?int $bookingId = null): ?array
{
// Ensure temp directory exists
$tempDir = storage_path('app/documents');
if (!file_exists($tempDir)) {
mkdir($tempDir, 0755, true);
}
$tempPaths = [];
try {