fix yd delivery address update api

This commit is contained in:
omair saleh
2022-01-27 13:21:20 +08:00
parent 3eaeccc8d3
commit e7164e903d
@@ -61,6 +61,8 @@ class UpdateDoFromYDPortalProcessor
continue;
}
Log::error($row->reference);
$contact = $address->contacts()->first();
$phone = $contact ? $contact->phone : null;