mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
1688 PO Automation Project
This commit is contained in:
-6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user