mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-25 23:44:14 +00:00
fix yd delivery address update api
This commit is contained in:
@@ -42,6 +42,11 @@ class UpdateDoFromYDPortalProcessor
|
||||
->orderBy('id', 'desc')->get();
|
||||
|
||||
foreach ($packing_list as $key => $row) {
|
||||
|
||||
if ($packing_list->status === ApprovalStatus::SUSPENDED) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$contact = $address->contacts()->first();
|
||||
|
||||
$phone = $contact ? $contact->phone : null;
|
||||
|
||||
Reference in New Issue
Block a user