add remark to yd address on release

This commit is contained in:
omair saleh
2022-02-15 14:50:52 +08:00
parent 29d1fb893d
commit fc0809d9d2
@@ -53,7 +53,7 @@ class UpdateDoFromYDPortalProcessor
$phone = $contact ? $contact->phone : null;
$reference = $contact ? $contact->reference : null;
$remark = $remark ? $remark->content : null;
$remark = $remark ? $remark->content : 'URGENT!!! PLEASE CALL BEFORE ONE DAY DELIVERY.';
$this->fetchesDataFRomYDPortal->clientRequest(
'http://www.yd-wl.com/api/UpdateOrderAddress.ashx',