mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-29 09:24:26 +00:00
fix yd delivery address update api
This commit is contained in:
@@ -42,6 +42,8 @@ class UpdateDoFromYDPortalProcessor
|
||||
->where('status', '!=', ApprovalStatus::SUSPENDED)
|
||||
->orderBy('id', 'desc')->get();
|
||||
|
||||
dd($address->postcode);
|
||||
|
||||
foreach ($packing_lists as $key => $row) {
|
||||
|
||||
if ($row->status === ApprovalStatus::SUSPENDED) {
|
||||
|
||||
Reference in New Issue
Block a user