mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-25 07:24:21 +00:00
fix yd fetch data
This commit is contained in:
+1
-3
@@ -185,7 +185,7 @@ class FetchOrderListsFromYdPortalProcessor
|
||||
}
|
||||
|
||||
$customerno = preg_split('(-|\(|\)|\/)', $row->customerno);
|
||||
dd($customerno);
|
||||
|
||||
if (!array_key_exists(2, $customerno)){
|
||||
if (!array_key_exists(1, $customerno)){
|
||||
continue;
|
||||
@@ -298,8 +298,6 @@ dd($customerno);
|
||||
dump('added');
|
||||
|
||||
}
|
||||
} catch (\Throwable $e) {
|
||||
dd($e);
|
||||
} catch (\Exception $exception) {
|
||||
Log::debug($exception);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user