fix order address update to vt

This commit is contained in:
omair saleh
2022-03-31 21:09:01 +08:00
parent f33efd373c
commit 5561442932
@@ -42,6 +42,7 @@ class UpdateDoFromVTPortalProcessor
try {
$address= $packing_list->owner->addresses()->where('status', ApprovalStatus::APPROVED)->first();
dd($address);
$order = $packing_list->owner;
if ($packing_list) {